- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,
,Object> NavigableMap<String,
,Object> SortedMap<String,
Object>
Information of a NetSwitch object.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
ConstructorsConstructorDescriptionConstructs a newObjectInfo
instance.ObjectInfo
(Comparator<String> comparator) Constructs a newObjectInfo
instance with a comparator. -
Method Summary
Methods inherited from class cl.netswitch.lib.dto.ElementMap
put
Methods inherited from class java.util.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, putIfAbsent, remove, replace, replace, replaceAll, size, subMap, subMap, tailMap, tailMap, values
Methods inherited from class java.util.AbstractMap
equals, hashCode, isEmpty, toString
-
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.
-