public class MultiMapImpl<K,V> extends java.lang.Object implements MultiMap<K,V>
protected
MultiMapImpl(com.zakgof.tools.ICollectionFactory factory)
java.util.Set<V>
allValues()
get(K key)
getE(K key)
java.util.Set<K>
keySet()
void
put(K key, V value)
remove(K key)
remove(K key, V value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected MultiMapImpl(com.zakgof.tools.ICollectionFactory factory)
public void put(K key, V value)
put
MultiMap<K,V>
public java.util.Set<K> keySet()
keySet
public java.util.Set<V> get(K key)
get
public java.util.Set<V> getE(K key)
getE
public java.util.Set<V> allValues()
allValues
public void remove(K key)
remove
public void remove(K key, V value)