KEYTYPE - key typeVALUETYPE - value type@NotThreadSafe public abstract class AbstractMultiHashMapSetBased<KEYTYPE,VALUETYPE> extends AbstractMultiHashMap<KEYTYPE,VALUETYPE,Set<VALUETYPE>> implements IMultiMapSetBased<KEYTYPE,VALUETYPE>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
AbstractMultiHashMapSetBased() |
AbstractMultiHashMapSetBased(KEYTYPE aKey,
Set<VALUETYPE> aCollection) |
AbstractMultiHashMapSetBased(KEYTYPE aKey,
VALUETYPE aValue) |
AbstractMultiHashMapSetBased(Map<? extends KEYTYPE,? extends Set<VALUETYPE>> aCont) |
containsSingle, createNewCollection, getOrCreate, getTotalValueCount, putAllIn, putSingle, removeSingleclear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, 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 AbstractMultiHashMapSetBased()
public AbstractMultiHashMapSetBased(@Nullable KEYTYPE aKey, @Nullable VALUETYPE aValue)
public AbstractMultiHashMapSetBased(@Nullable KEYTYPE aKey, @Nullable Set<VALUETYPE> aCollection)
Copyright © 2014–2015 Philip Helger. All rights reserved.