K - the key typeV - the value typeC - the collection type@Deprecated public abstract class AbstractMultiHashMap<K,V,C extends Collection<V>> extends AbstractDelegatingMultiMap<K,V,C> implements MultiMap<K,V,C>, Map<K,C>, Serializable
HashMap.| Constructor and Description |
|---|
AbstractMultiHashMap()
Deprecated.
|
AbstractMultiHashMap(int initialCapacity)
Deprecated.
|
AbstractMultiHashMap(int initialCapacity,
float loadFactor)
Deprecated.
|
AbstractMultiHashMap(Map<? extends K,? extends C> m)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected Map<K,C> |
getDelegate()
Deprecated.
|
add, addAll, allValues, clear, containsCollectionValue, containsKey, containsValue, entrySet, equals, get, hashCode, hasValues, isEmpty, keySet, newCollection, 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 AbstractMultiHashMap(int initialCapacity)
public AbstractMultiHashMap(int initialCapacity,
float loadFactor)
public AbstractMultiHashMap()
protected Map<K,C> getDelegate()
getDelegate in class AbstractDelegatingMultiMap<K,V,C extends Collection<V>>Copyright © 2015–2018 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.