public class SortedProperties extends Properties
Properties for sorting keys.
Overrides Hashtable.keys() to sort keys. Allows other methods on the superclass to work with sorted keys.
defaults| Constructor and Description |
|---|
SortedProperties() |
| Modifier and Type | Method and Description |
|---|---|
Enumeration<Object> |
keys() |
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNamesclear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, valuespublic SortedProperties()
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.