public class VectorMap<K1,K2,V> extends HashMap<K1,HashMap<K2,V>>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
VectorMap() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(K1 k1,
K2 k2) |
HashMap<K2,V> |
get(K1 k1,
boolean create) |
V |
get(K1 k1,
K2 k2) |
V |
put(K1 k1,
K2 k2,
V v) |
V |
remove(K1 k1,
K2 k2) |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringCopyright © 2014. All rights reserved.