KEYTYPE - key typeVALUETYPE - value type@NotThreadSafe public abstract class AbstractMultiWeakHashMapSetBased<KEYTYPE,VALUETYPE> extends AbstractMultiWeakHashMap<KEYTYPE,VALUETYPE,Set<VALUETYPE>> implements IMultiMapSetBased<KEYTYPE,VALUETYPE>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
AbstractMultiWeakHashMapSetBased() |
AbstractMultiWeakHashMapSetBased(KEYTYPE aKey,
Set<VALUETYPE> aCollection) |
AbstractMultiWeakHashMapSetBased(KEYTYPE aKey,
VALUETYPE aValue) |
AbstractMultiWeakHashMapSetBased(Map<? extends KEYTYPE,? extends Set<VALUETYPE>> aCont) |
containsSingle, createNewCollection, getOrCreate, getTotalValueCount, putAllIn, putSingle, removeSingleclear, containsKey, containsValue, entrySet, forEach, get, isEmpty, keySet, put, putAll, remove, replaceAll, size, valuesclone, equals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsSingle, getOrCreate, getTotalValueCount, putAllIn, putSingle, removeSingleclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic AbstractMultiWeakHashMapSetBased()
public AbstractMultiWeakHashMapSetBased(@Nullable KEYTYPE aKey, @Nullable VALUETYPE aValue)
public AbstractMultiWeakHashMapSetBased(@Nullable KEYTYPE aKey, @Nullable Set<VALUETYPE> aCollection)
Copyright © 2014–2016 Philip Helger. All rights reserved.