KEYTYPE - key typeVALUETYPE - value type@NotThreadSafe public class MultiWeakHashMapHashSetBased<KEYTYPE,VALUETYPE> extends AbstractMultiWeakHashMapSetBased<KEYTYPE,VALUETYPE,ICommonsSet<VALUETYPE>>
WeakHashMap and CommonsHashSet
values.AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MultiWeakHashMapHashSetBased() |
MultiWeakHashMapHashSetBased(KEYTYPE aKey,
ICommonsSet<VALUETYPE> aCollection) |
MultiWeakHashMapHashSetBased(KEYTYPE aKey,
VALUETYPE aValue) |
MultiWeakHashMapHashSetBased(Map<? extends KEYTYPE,? extends ICommonsSet<VALUETYPE>> aCont) |
| Modifier and Type | Method and Description |
|---|---|
protected CommonsHashSet<VALUETYPE> |
createNewCollection() |
getOrCreategetCloneclear, containsKey, containsValue, entrySet, forEach, get, isEmpty, keySet, put, putAll, remove, replaceAll, size, valuesclone, equals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsSingle, forEachSingle, getOrCreate, getTotalValueCount, putAllIn, putSingle, removeSingleaddAll, copyOfEntrySet, copyOfKeySet, copyOfValues, copyOfValues, copyOfValuesMapped, copyOfValuesMapped, findFirstEntry, findFirstKey, findFirstValue, getAsUnmodifiable, getFirstEntry, getFirstKey, getFirstValue, getSortedByKey, getSortedByValue, getSwappedKeyValues, isNotEmpty, putIf, putIfNotNull, removeAll, setAllclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesgetClonepublic MultiWeakHashMapHashSetBased()
public MultiWeakHashMapHashSetBased(@Nonnull KEYTYPE aKey, @Nullable VALUETYPE aValue)
public MultiWeakHashMapHashSetBased(@Nonnull KEYTYPE aKey, @Nullable ICommonsSet<VALUETYPE> aCollection)
public MultiWeakHashMapHashSetBased(@Nullable Map<? extends KEYTYPE,? extends ICommonsSet<VALUETYPE>> aCont)
@Nonnull @ReturnsMutableCopy protected final CommonsHashSet<VALUETYPE> createNewCollection()
createNewCollection in class AbstractMultiWeakHashMap<KEYTYPE,VALUETYPE,ICommonsSet<VALUETYPE>>Copyright © 2014–2016 Philip Helger. All rights reserved.