JavaScript is disabled on your browser.
NetSwitch 4.278 (2025-10-09)
Description
Nested Class Summary
Constructor Summary
Method Summary
Constructor Details
ElementMap()
ElementMap(Comparator)
Method Details
put(String, Object)
All Implemented Interfaces:
Serializable , Cloneable , Map <String ,Object >, NavigableMap <String ,Object >, SequencedMap <String ,Object >, SortedMap <String ,Object >
Direct Known Subclasses:
ChannelInfo , ObjectInfo , ParamInfo
Constructor Summary
Constructors
Constructs a new ElementMap
instance.
Constructs a new ElementMap
instance with a comparator.
Method Summary
All Methods Instance Methods Concrete Methods
Associates an object value with the specified name in this map.
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