- All Implemented Interfaces:
Serializable
,Cloneable
,Map<Object,
Object>
Deprecated.
A Properties implementation that returns and writes its keys in alphabetical (
Locale.ROOT
) order.- Author:
- AO Industries, Inc.
- See Also:
-
Nested Class Summary
-
Field Summary
Fields inherited from class java.util.Properties
defaults
-
Constructor Summary
-
Method Summary
Methods inherited from class java.util.Properties
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, equals, forEach, get, getOrDefault, getProperty, getProperty, hashCode, isEmpty, keySet, list, list, load, load, loadFromXML, merge, propertyNames, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, save, setProperty, size, store, store, storeToXML, storeToXML, storeToXML, stringPropertyNames, toString, values
-
Constructor Details
-
SortedProperties
public SortedProperties()Deprecated. -
SortedProperties
Deprecated.
-
-
Method Details
-
getKeyComparator
Deprecated.Gets the comparator used to sort the keys.Defaults to
Collator.getInstance(java.util.Locale)
inLocale.ROOT
. -
keys
Deprecated.- Overrides:
keys
in classProperties
-
entrySet
Deprecated.
-
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.