Class SortedProperties

java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<Object,Object>
java.util.Properties
io.github.mmm.base.properties.SortedProperties
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

public class SortedProperties extends Properties
This class extends Properties and makes them sorted by their keys. Sorting the properties is useful when changes shall be compared using diff-algorithms.
Since:
1.0.0
See Also: