public class SortedPropertiesImpl extends PropertiesImpl
Adds sorted map capability, but with the overhead of a TreeMap.
Properties.Factory, Properties.Mode| Modifier and Type | Field and Description |
|---|---|
(package private) Comparator<String> |
comparator |
private static long |
serialVersionUID |
dotIdentifierPattern, dotIntegerPattern, dotKeyValuePattern, REF_TOKENcontentType, lock, map| Constructor and Description |
|---|
SortedPropertiesImpl() |
SortedPropertiesImpl(Comparator<String> comparator) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
initMap() |
beanValue, bigDecimalValue, bigValue, bitsetValue, booleanValue, convertToLegacyProperties, dateValue, dateValue, equals, get, getComments, getFlattenedMap, getGroup, getKeyGroup, getKeyRef, getList, getListKeys, getMapKeys, getMatchingKeys, getPropertyMap, getSeparator, getTree, getTree, hashCode, hasKeyLike, hasValue, intValue, listValue, listValue, longValue, merge, merge, mergeIntoSystemProperties, put, put, put, put, put, put, put, put, put, put, put, put, putKeyRef, putList, putList, putList, putList, synchronizeclear, containsKey, containsValue, getContentType, isEmpty, keySet, remove, setContentType, size, toString, valuesclone, finalize, getClass, notify, notifyAll, wait, wait, waitclear, containsKey, getContentType, setContentType, sizeprivate static final long serialVersionUID
Comparator<String> comparator
public SortedPropertiesImpl()
public SortedPropertiesImpl(Comparator<String> comparator)
protected void initMap()
initMap in class PropertiesImplCopyright © 2011-2014 David R. Smith. All Rights Reserved.