Class SortedProperties
java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<Object,Object>
java.util.Properties
org.apache.commons.collections4.properties.SortedProperties
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<Object,
Object>
A drop-in replacement for
Properties
for sorting keys.
Overrides Hashtable.keys()
to sort keys. Allows other methods on the superclass to work with sorted keys.
- Since:
- 4.2
- See Also:
-
Nested Class Summary
-
Field Summary
Fields inherited from class java.util.Properties
defaults
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames
-
Constructor Details
-
SortedProperties
public SortedProperties()
-
-
Method Details