Package aQute.lib.collections
Class DoubleKeyMap<K1,K2,V>
java.lang.Object
java.util.AbstractMap<K1,Map<K2,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,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionall()booleancontainsKeys(K1 key1, K2 key2) voidbooleanremoveValue(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, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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
-
Constructor Details
-
DoubleKeyMap
public DoubleKeyMap() -
DoubleKeyMap
-
DoubleKeyMap
-
DoubleKeyMap
-
-
Method Details
-
put
-
get
-
containsKeys
-
putAll
-
removeValue
-
removeKey
-
iterate
-
all
-