public class OrderedProperties extends Properties
| Constructor and Description |
|---|
OrderedProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Delegate.
|
boolean |
containsKey(Object key)
Delegate.
|
boolean |
containsValue(Object value)
Delegate.
|
Set<Map.Entry<Object,Object>> |
entrySet()
Delegate.
|
Object |
get(Object key)
Delegate.
|
boolean |
isEmpty()
Delegate.
|
Set<Object> |
keySet()
Delegate.
|
Object |
put(Object key,
Object value)
Delegate.
|
void |
putAll(Map<? extends Object,? extends Object> m)
Delegate.
|
Object |
remove(Object key)
Delegate.
|
int |
size()
Delegate.
|
Collection<Object> |
values()
Delegate.
|
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNamesclone, compute, computeIfAbsent, computeIfPresent, contains, elements, equals, forEach, getOrDefault, hashCode, keys, merge, putIfAbsent, remove, replace, replace, replaceAll, toStringpublic int size()
public boolean isEmpty()
public boolean containsKey(Object key)
containsKey in interface Map<Object,Object>containsKey in class Hashtable<Object,Object>public boolean containsValue(Object value)
containsValue in interface Map<Object,Object>containsValue in class Hashtable<Object,Object>public void clear()
public Collection<Object> values()
Copyright © 2015. All Rights Reserved.