KEYTYPE - key typeVALUETYPE - value type@NotThreadSafe public abstract class AbstractMultiConcurrentHashMapSetBased<KEYTYPE,VALUETYPE> extends AbstractMultiConcurrentHashMap<KEYTYPE,VALUETYPE,Set<VALUETYPE>> implements IMultiMapSetBased<KEYTYPE,VALUETYPE>
ConcurrentHashMap
and Set values.null keys are not allowed here!AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
AbstractMultiConcurrentHashMapSetBased() |
AbstractMultiConcurrentHashMapSetBased(KEYTYPE aKey,
Set<VALUETYPE> aCollection) |
AbstractMultiConcurrentHashMapSetBased(KEYTYPE aKey,
VALUETYPE aValue) |
AbstractMultiConcurrentHashMapSetBased(Map<? extends KEYTYPE,? extends Set<VALUETYPE>> aCont) |
containsSingle, createNewCollection, getOrCreate, getTotalValueCount, putAllIn, putSingle, removeSingleclear, contains, containsKey, containsValue, elements, entrySet, get, isEmpty, keys, keySet, put, putAll, putIfAbsent, remove, remove, replace, replace, size, valuesclone, equals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsSingle, getOrCreate, getTotalValueCount, putAllIn, putSingle, removeSinglepublic AbstractMultiConcurrentHashMapSetBased()
public AbstractMultiConcurrentHashMapSetBased(@Nonnull KEYTYPE aKey, @Nullable VALUETYPE aValue)
public AbstractMultiConcurrentHashMapSetBased(@Nonnull KEYTYPE aKey, @Nonnull Set<VALUETYPE> aCollection)
Copyright © 2006–2014 phloc systems. All rights reserved.