public class DoubleKeyMap<K1,K2,V> extends MultiKeyMapBase
DEFAULT_CLAZZ
Constructor and Description |
---|
DoubleKeyMap() |
DoubleKeyMap(Class<? extends Map> protoMapClass) |
DoubleKeyMap(Map<K1,Map<K2,V>> map) |
DoubleKeyMap(Map<K1,Map<K2,V>> map,
Class<? extends Map> protoMapClass)
init map with protoMapClass
|
Modifier and Type | Method and Description |
---|---|
Map<K2,V> |
get(K1 key) |
V |
get(K1 key1,
K2 key2) |
V |
put(K1 key1,
K2 key2,
V value) |
V |
put(K1 key1,
Map<K2,V> submap) |
Map<K2,V> |
remove(K1 key1) |
V |
remove(K1 key1,
K2 key2) |
newMap
Copyright © 2017. All rights reserved.