K - the key typeV - the value type@Deprecated public class LinkedListMultiMap<K,V> extends AbstractMultiHashMap<K,V,java.util.List<V>> implements ListMultiMap<K,V>, java.io.Serializable
LinkedLists and a HashMap.| Constructor and Description |
|---|
LinkedListMultiMap()
Deprecated.
|
LinkedListMultiMap(int initialCapacity)
Deprecated.
|
LinkedListMultiMap(int initialCapacity,
float loadFactor)
Deprecated.
|
LinkedListMultiMap(java.util.Map<? extends K,? extends java.util.List<V>> m)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.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, removeWithKeypublic LinkedListMultiMap(java.util.Map<? extends K,? extends java.util.List<V>> m)
public LinkedListMultiMap(int initialCapacity)
public LinkedListMultiMap(int initialCapacity,
float loadFactor)
public LinkedListMultiMap()
protected java.util.List<V> newCollection()
newCollection in class AbstractDelegatingMultiMap<K,V,java.util.List<V>>Copyright © 2015–2018 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.