public class Multimap<K,V> extends Object
Multimap()
Collection<V>
get(K key)
Set<K>
keySet()
void
put(K key, V value)
remove(K key, V value)
Iterable<V>
values()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Multimap()
public Collection<V> get(K key)
public void put(K key, V value)
public void remove(K key, V value)
public Iterable<V> values()
public Set<K> keySet()