public class SortedProperties
extends java.util.Properties
Constructor and Description |
---|
SortedProperties()
Creates an empty property list with no default values.
|
SortedProperties(java.util.Properties defaults)
Creates an empty property list with the specified defaults.
|
Modifier and Type | Method and Description |
---|---|
java.util.Enumeration |
keys()
Returns an enumeration of the keys in this property list.
|
java.util.Set |
keySet()
Returns a Set view of the keys contained in this property list.
|
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, values
public SortedProperties()
public SortedProperties(java.util.Properties defaults)
defaults
- the defaults.public java.util.Enumeration keys()
keys
in class java.util.Hashtable<java.lang.Object,java.lang.Object>
public java.util.Set keySet()
keySet
in interface java.util.Map<java.lang.Object,java.lang.Object>
keySet
in class java.util.Hashtable<java.lang.Object,java.lang.Object>