KEYTYPE - key typeVALUETYPE - value type@NotThreadSafe public class MultiConcurrentHashMapLinkedHashSetBased<KEYTYPE,VALUETYPE> extends AbstractMultiConcurrentHashMapSetBased<KEYTYPE,VALUETYPE>
ConcurrentHashMap and
LinkedHashSet values.null keys are not allowed here!AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MultiConcurrentHashMapLinkedHashSetBased() |
MultiConcurrentHashMapLinkedHashSetBased(KEYTYPE aKey,
Set<VALUETYPE> aCollection) |
MultiConcurrentHashMapLinkedHashSetBased(KEYTYPE aKey,
VALUETYPE aValue) |
MultiConcurrentHashMapLinkedHashSetBased(Map<? extends KEYTYPE,? extends Set<VALUETYPE>> aCont) |
| Modifier and Type | Method and Description |
|---|---|
protected Set<VALUETYPE> |
createNewCollection() |
containsSingle, 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 MultiConcurrentHashMapLinkedHashSetBased()
public MultiConcurrentHashMapLinkedHashSetBased(@Nonnull KEYTYPE aKey, @Nullable VALUETYPE aValue)
public MultiConcurrentHashMapLinkedHashSetBased(@Nonnull KEYTYPE aKey, @Nonnull Set<VALUETYPE> aCollection)
@Nonnull protected final Set<VALUETYPE> createNewCollection()
createNewCollection in class AbstractMultiConcurrentHashMap<KEYTYPE,VALUETYPE,Set<VALUETYPE>>Copyright © 2006–2015 phloc systems. All rights reserved.