- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,
,Object> NavigableMap<String,
,Object> SortedMap<String,
Object>
Information of NetSwitch parameters.
- 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> -
Field Summary
-
Constructor Summary
ConstructorDescriptionConstructs a newParamInfo
instance.ParamInfo
(Comparator<String> comparator) Constructs a newParamInfo
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
-
Field Details
-
parameters
Information of Switch parameters.
-
-
Constructor Details
-
ParamInfo
public ParamInfo()Constructs a newParamInfo
instance. -
ParamInfo
Constructs a newParamInfo
instance with a comparator.- Parameters:
comparator
- the comparator used to order this map. Ifnull
, the natural ordering is used.
-