K - the key typeV - the value type@Deprecated public class SynchronizedSetMultiMap<K,V> extends AbstractSynchronizedMultiMap<K,V,java.util.Set<V>> implements SetMultiMap<K,V>
HashSets and a synchronized HashMap.| Constructor and Description |
|---|
SynchronizedSetMultiMap()
Deprecated.
|
SynchronizedSetMultiMap(int initialCapacity)
Deprecated.
|
SynchronizedSetMultiMap(int initialCapacity,
float loadFactor)
Deprecated.
|
SynchronizedSetMultiMap(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.
|
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, removeWithKeypublic SynchronizedSetMultiMap(java.util.Map<? extends K,? extends java.util.Set<V>> m)
public SynchronizedSetMultiMap(int initialCapacity)
public SynchronizedSetMultiMap(int initialCapacity,
float loadFactor)
public SynchronizedSetMultiMap()
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.