java.lang.Object
swim.structure.collections.ValueMap<K,V>
- All Implemented Interfaces:
Map<K,V>
- Direct Known Subclasses:
ValueIterableMap,ValueSortedMap
-
Nested Class Summary
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
inner
-
keyForm
-
valueForm
-
-
Constructor Details
-
ValueMap
-
-
Method Details
-
inner
-
keyForm
-
keyForm
-
keyClass
-
valueForm
-
valueForm
-
valueClass
-
isEmpty
public boolean isEmpty() -
size
public int size() -
containsKey
- Specified by:
containsKeyin interfaceMap<K,V>
-
containsValue
- Specified by:
containsValuein interfaceMap<K,V>
-
get
-
put
-
putAll
-
remove
-
clear
public void clear() -
entrySet
-
keySet
-
values
-
equals
-
hashCode
public int hashCode() -
toString
-