K - the key typeV - the value type@Deprecated public class HashSetMultiMap<K,V> extends AbstractMultiHashMap<K,V,Set<V>> implements SetMultiMap<K,V>, Serializable
| Constructor and Description |
|---|
HashSetMultiMap()
Deprecated.
|
HashSetMultiMap(int initialCapacity)
Deprecated.
|
HashSetMultiMap(int initialCapacity,
float loadFactor)
Deprecated.
|
HashSetMultiMap(Map<? extends K,? extends Set<V>> m)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected 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, removeWithKeyclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, replace, replace, replaceAll, size, valuespublic HashSetMultiMap(int initialCapacity)
public HashSetMultiMap(int initialCapacity,
float loadFactor)
public HashSetMultiMap()
protected Set<V> newCollection()
newCollection in class AbstractDelegatingMultiMap<K,V,Set<V>>Copyright © 2015–2018 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.