Package aQute.lib.collections
Class DoubleKeyMap<K1,K2,V>
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K1,Map<K2,V>>
aQute.lib.collections.DoubleKeyMap<K1,K2,V>
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<K1,
Map<K2, V>>
- 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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionall()
boolean
containsKeys
(K1 key1, K2 key2) void
boolean
removeValue
(K1 key1, K2 key2, V value) Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
k1Class
-
k2Class
-
valueClass
-
-
Constructor Details
-
DoubleKeyMap
public DoubleKeyMap() -
DoubleKeyMap
-
DoubleKeyMap
-
DoubleKeyMap
-
-
Method Details
-
put
-
get
-
containsKeys
-
putAll
-
removeValue
-
removeKey
-
iterate
-
all
-