Key - Value - public class ListMultiMap<Key,Value> extends AbstractMultiMap<Key,Value> implements MultiMap<Key,Value>
ListMultiMap is a MultiMap which allows to have several
instances for each (key, value). If the same value is assigned several times
to the same key, the value is added at each time, and to remove it fully it
has to be removed at least the same number of time.AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ListMultiMap() |
ListMultiMap(MultiMap<Key,Value> map) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<Value> |
generateInnerCollection(Key key) |
containsCouple, depopulate, depopulate, iterator, populate, populateclear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsCouple, depopulate, depopulate, populate, populateprotected Collection<Value> generateInnerCollection(Key key)
generateInnerCollection in class AbstractMultiMap<Key,Value>Copyright © 2014–2015. All rights reserved.