public class TwoKeyHashMap
extends java.lang.Object
Constructor and Description |
---|
TwoKeyHashMap() |
Modifier and Type | Method and Description |
---|---|
static <T,U,V> boolean |
containsKey(java.util.Map<T,java.util.HashMap<U,V>> map,
T t,
U u) |
static <T,V> V |
get(java.util.Map<T,LongKeyHashMap<V>> map,
T t,
long u) |
static <T,V> V |
put(java.util.Map<T,LongKeyHashMap<V>> map,
T t,
long u,
V v) |
public static <T,U,V> boolean containsKey(java.util.Map<T,java.util.HashMap<U,V>> map, T t, U u)
public static <T,V> V get(java.util.Map<T,LongKeyHashMap<V>> map, T t, long u)
public static <T,V> V put(java.util.Map<T,LongKeyHashMap<V>> map, T t, long u, V v)