Class SortedProperties

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

public class SortedProperties extends Properties
A subtype of Properties for which the keys method will return a sorted enumeration. This means that the store method will write the various properties in sorted order.
See Also:
  • Constructor Details

    • SortedProperties

      public SortedProperties()
  • Method Details