public class SortedPropertiesImpl extends PropertiesImpl implements Serializable
| Modifier and Type | Field and Description |
|---|---|
private Comparator<String> |
comparator |
private static long |
serialVersionUID |
concurrent, map| Constructor and Description |
|---|
SortedPropertiesImpl(boolean concurrent,
Comparator<String> comparator) |
| Modifier and Type | Method and Description |
|---|---|
Properties |
asciiToNative() |
Properties |
init()
Initialize the map
|
Properties |
nativeToAscii() |
asFlattenedMap, asLegacy, asList, asMap, deleteKey, forEach, get, get, getComments, getMatchingKeys, getSeparator, getValueModel, getValues, hasKeyLike, hasNonEmptyValue, merge, put, put, put, put, put, slice, sugar, toJSON, toXML, toYAMLclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, remove, size, toString, valuesclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitclear, containsKey, size, toStringprivate static final long serialVersionUID
private Comparator<String> comparator
public SortedPropertiesImpl(boolean concurrent,
Comparator<String> comparator)
public Properties init()
AbstractMapDerivedPropertiesBaseinit in class PropertiesImplpublic Properties asciiToNative()
asciiToNative in interface PropertiesasciiToNative in class PropertiesImplpublic Properties nativeToAscii()
nativeToAscii in interface PropertiesnativeToAscii in class PropertiesImplCopyright © 2011–2016 David R. Smith. All rights reserved.