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