Class SortedProperties

  • All Implemented Interfaces:
    Serializable, Cloneable, Map<Object,​Object>

    public class SortedProperties
    extends Properties
    Internal Properties instance sorting its keys on iterations for store() usages. It ensures properties persistence is deterministic. IMPORTANT: this only overrides methods used across JVM in store() so ordering is not guaranteed for other cases.
    See Also:
    Serialized Form