public abstract class AbstractMultiMap<K,V> extends java.lang.Object implements MultiMap<K,V>, java.io.Serializable
Constructor and Description |
---|
AbstractMultiMap() |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(K key,
V value) |
boolean |
isEmpty() |
java.util.Iterator<Pair<K,V>> |
iterator() |
boolean |
putAll(java.util.Map<K,java.util.Set<V>> m) |
boolean |
putAll(MultiMap<K,V> m) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait