public class DoubleKeyMap<K,V>
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DoubleKeyMap.DoubleKeyEntry<K,V> |
| Constructor and Description |
|---|
DoubleKeyMap() |
| Modifier and Type | Method and Description |
|---|---|
V |
get(int index) |
V |
get(K key) |
DoubleKeyMap.DoubleKeyEntry<K,V> |
getEntry(int index) |
DoubleKeyMap.DoubleKeyEntry<K,V> |
getEntry(K key) |
int |
getIndex(K key) |
K |
getKey(int index) |
int |
put(K key,
V value) |
java.util.Collection<V> |
values() |