K - the key typeV - the value type@Deprecated public class LinkedListMultiMap<K,V> extends AbstractMultiHashMap<K,V,List<V>> implements ListMultiMap<K,V>, Serializable
LinkedLists and a HashMap.| Constructor and Description |
|---|
LinkedListMultiMap()
Deprecated.
|
LinkedListMultiMap(int initialCapacity)
Deprecated.
|
LinkedListMultiMap(int initialCapacity,
float loadFactor)
Deprecated.
|
LinkedListMultiMap(Map<? extends K,? extends List<V>> m)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<V> |
newCollection()
Deprecated.
|
getDelegateadd, addAll, allValues, clear, containsCollectionValue, containsKey, containsValue, entrySet, equals, get, hashCode, hasValues, isEmpty, keySet, put, putAll, remove, remove, remove, removeWithKey, removeWithKey, size, valuesclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitadd, addAll, allValues, containsCollectionValue, hasValues, remove, remove, removeWithKey, removeWithKeyclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, replace, replace, replaceAll, size, valuespublic LinkedListMultiMap(int initialCapacity)
public LinkedListMultiMap(int initialCapacity,
float loadFactor)
public LinkedListMultiMap()
protected List<V> newCollection()
newCollection in class AbstractDelegatingMultiMap<K,V,List<V>>Copyright © 2015–2018 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.