public abstract class AbstractMultiMap<K,V> extends Object implements MultiMap<K,V>, Serializable
Constructor and Description |
---|
AbstractMultiMap() |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(K key,
V value) |
boolean |
isEmpty() |
Iterator<heros.solver.Pair<K,V>> |
iterator() |
boolean |
putAll(Map<K,Set<V>> m) |
boolean |
putAll(MultiMap<K,V> m) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clear, containsKey, containsValue, equals, get, hashCode, keySet, numKeys, put, putAll, remove, remove, removeAll, size, values
forEach, spliterator
Copyright © 2020 Sable. All rights reserved.