K - the key typeV - the value type@Deprecated public class SynchronizedSetMultiMap<K,V> extends AbstractSynchronizedMultiMap<K,V,Set<V>> implements SetMultiMap<K,V>
| Constructor and Description |
|---|
SynchronizedSetMultiMap()
Deprecated.
|
SynchronizedSetMultiMap(int initialCapacity)
Deprecated.
|
SynchronizedSetMultiMap(int initialCapacity,
float loadFactor)
Deprecated.
|
SynchronizedSetMultiMap(Map<? extends K,? extends Set<V>> m)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected Set<V> |
newCollection()
Deprecated.
|
add, addAll, allValues, clear, containsCollectionValue, containsKey, containsValue, entrySet, equals, get, getDelegate, 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 SynchronizedSetMultiMap(Map<? extends K,? extends Set<V>> m)
public SynchronizedSetMultiMap(int initialCapacity)
public SynchronizedSetMultiMap(int initialCapacity,
float loadFactor)
public SynchronizedSetMultiMap()
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.