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 newObjectInfo
instance.ObjectInfo
(Comparator<String> comparator) Constructs a newObjectInfo
instance with a comparator. -
Method Summary
Methods inherited from class ElementMap
put
Methods 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, values
Methods inherited from class AbstractMap
equals, hashCode, isEmpty, toString
Methods inherited from interface NavigableMap
reversed
Methods inherited from interface SequencedMap
sequencedEntrySet, sequencedKeySet, sequencedValues
-
Constructor Details
-
ObjectInfo
public ObjectInfo()Constructs a newObjectInfo
instance. -
ObjectInfo
Constructs a newObjectInfo
instance with a comparator.- Parameters:
comparator
- the comparator used to order this map. Ifnull
, the natural ordering is used.
-