public class OrderedProperties
extends Properties
| Constructor and Description |
|---|
OrderedProperties() |
| Modifier and Type | Method and Description |
|---|---|
Enumeration<Object> |
keys() |
Enumeration<?> |
propertyNames() |
Object |
put(Object key,
Object value) |
Object |
remove(Object key) |
Set<String> |
stringPropertyNames() |
getProperty, getProperty, list, list, load, load, loadFromXML, save, setProperty, store, store, storeToXML, storeToXMLclear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, putAll, putIfAbsent, rehash, remove, replace, replace, replaceAll, size, toString, valuespublic Enumeration<Object> keys()
keys in class Hashtable<Object,Object>public Enumeration<?> propertyNames()
propertyNames in class Propertiespublic Object put(Object key,
Object value)
put in interface Map<Object,Object>put in class Hashtable<Object,Object>public Object remove(Object key)
remove in interface Map<Object,Object>remove in class Hashtable<Object,Object>public Set<String> stringPropertyNames()
stringPropertyNames in class Properties