Package de.mhus.lib.core.util
Class VectorMap<K1,K2,V>
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<K1,HashMap<K2,V>>
-
- de.mhus.lib.core.util.VectorMap<K1,K2,V>
-
- All Implemented Interfaces:
Serializable,Cloneable,Map<K1,HashMap<K2,V>>
public class VectorMap<K1,K2,V> extends HashMap<K1,HashMap<K2,V>>
- See Also:
- Serialized Form
-
-
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>
-
-
Constructor Summary
Constructors Constructor Description VectorMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontainsKey(K1 k1, K2 k2)HashMap<K2,V>get(K1 k1, boolean create)Vget(K1 k1, K2 k2)Vput(K1 k1, K2 k2, V v)VremoveValue(K1 k1, K2 k2)-
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
-
-