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:
    4.0.0
    Author:
    Joerg Hohwiller (hohwille at users.sourceforge.net)
    See Also:
    Serialized Form