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