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>

public class SortedProperties extends Properties
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: