Class 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: