fabric.common.util
Class TwoKeyHashMap

java.lang.Object
  extended by fabric.common.util.TwoKeyHashMap

public class TwoKeyHashMap
extends java.lang.Object


Constructor Summary
TwoKeyHashMap()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TwoKeyHashMap

public TwoKeyHashMap()
Method Detail

containsKey

public static <T,U,V> boolean containsKey(java.util.Map<T,java.util.HashMap<U,V>> map,
                                          T t,
                                          U u)

get

public static <T,V> V get(java.util.Map<T,LongKeyHashMap<V>> map,
                          T t,
                          long u)

put

public static <T,V> V put(java.util.Map<T,LongKeyHashMap<V>> map,
                          T t,
                          long u,
                          V v)