ArraySetMultiMap
HashSetMultiMap
void
clear()
boolean
containsKey(K key)
Set<V>
get(K key)
isEmpty()
Set<K>
keySet()
put(K key, V val)
putAll(K key, Collection<? extends V> vals)
remove(K key, V val)
removeAll(K key)
int
size()
String
toString()
toString
Object