public class TwoKeyMultiHashMap<K1,K2,V>
extends Object
-
Constructor Summary
Constructors
-
Method Summary
boolean
boolean
com.google.common.collect.SetMultimap<K2,V>
boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TwoKeyMultiHashMap
public TwoKeyMultiHashMap()
-
Method Details
-
put
public boolean put(K1 key1,
K2 key2,
V value)
-
-
get
public com.google.common.collect.SetMultimap<K2,V> get(K1 key1)
-
containsKey
public boolean containsKey(K1 key1)
-
containsKey
public boolean containsKey(K1 key1,
K2 key2)