Package com.sun.javatest.util
Class SortedProperties
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<Object,
Object>
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:
-
Field Summary
Fields inherited from class java.util.Properties
defaults
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.Properties
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, 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()
-
-
Method Details
-
keys
- Overrides:
keys
in classProperties
-