public class DoubleKeyMap<K1,K2,V> extends Object implements Serializable
| Constructor and Description |
|---|
DoubleKeyMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
Map<K1,V> |
column(K2 key2) |
boolean |
containsKey1(K1 k1) |
boolean |
containsKey2(K2 k2) |
boolean |
containsValue(V value) |
V |
get(K1 key1,
K2 key2) |
boolean |
isEmpty() |
Set<K2> |
key2Set() |
V |
put(K1 key1,
K2 key2,
V value) |
V |
remove(K1 key1,
K2 key2) |
Map<K2,V> |
removeK1(K1 key1) |
Map<K1,V> |
removeK2(K2 key2) |
Map<K2,V> |
row(K1 key1) |
Set<K1> |
rowKeySet() |
int |
size() |
String |
toString() |
Copyright © 2015. All rights reserved.