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) |
boolean |
putMap(Map<K,V> m) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclear, containsKey, containsValue, equals, get, hashCode, keySet, numKeys, put, putAll, remove, remove, removeAll, size, valuesforEach, spliteratorCopyright © 2020 Soot OSS. All rights reserved.