Class SortedProperties

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

@Deprecated public class SortedProperties extends Properties
Deprecated.
Please use SortedProperties from Apache Commons Collections.

As of Java 18, properties will be sorted by default, per [JDK-8231640] (prop) Canonical property storage - Java Bug System.

A Properties implementation that returns and writes its keys in alphabetical (Locale.ROOT) order.
Author:
AO Industries, Inc.
See Also: