Class ObjectInfo
- All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>, NavigableMap<String, Object>, SequencedMap<String, Object>, SortedMap<String, Object>
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
ConstructorsConstructorDescriptionConstructs a newObjectInfoinstance.ObjectInfo(Comparator<String> comparator) Constructs a newObjectInfoinstance with a comparator. -
Method Summary
Methods inherited from class ElementMap
putMethods inherited from class TreeMap
ceilingEntry, ceilingKey, clear, clone, comparator, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, forEach, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, merge, navigableKeySet, pollFirstEntry, pollLastEntry, putAll, putFirst, putIfAbsent, putLast, remove, replace, replace, replaceAll, size, subMap, subMap, tailMap, tailMap, valuesMethods inherited from class AbstractMap
equals, hashCode, isEmpty, toStringMethods inherited from interface NavigableMap
reversedMethods inherited from interface SequencedMap
sequencedEntrySet, sequencedKeySet, sequencedValues
-
Constructor Details
-
ObjectInfo
public ObjectInfo()Constructs a newObjectInfoinstance. -
ObjectInfo
Constructs a newObjectInfoinstance with a comparator.- Parameters:
comparator- the comparator used to order this map. Ifnull, the natural ordering is used.
-