KEYTYPE - key typeVALUETYPE - value type@NotThreadSafe public class MultiConcurrentHashMapHashSetBased<KEYTYPE,VALUETYPE> extends AbstractMultiConcurrentHashMapSetBased<KEYTYPE,VALUETYPE,ICommonsSet<VALUETYPE>>
ConcurrentHashMap and
CommonsHashSet values.null keys are not allowed here!ConcurrentHashMap.KeySetView<K,V>AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MultiConcurrentHashMapHashSetBased() |
MultiConcurrentHashMapHashSetBased(KEYTYPE aKey,
ICommonsSet<VALUETYPE> aCollection) |
MultiConcurrentHashMapHashSetBased(KEYTYPE aKey,
VALUETYPE aValue) |
MultiConcurrentHashMapHashSetBased(Map<? extends KEYTYPE,? extends ICommonsSet<VALUETYPE>> aCont) |
| Modifier and Type | Method and Description |
|---|---|
protected CommonsHashSet<VALUETYPE> |
createNewCollection() |
getOrCreatecreateInstance, getCloneclear, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, forEach, forEach, forEachEntry, forEachEntry, forEachKey, forEachKey, forEachValue, forEachValue, get, getOrDefault, hashCode, isEmpty, keys, keySet, keySet, mappingCount, merge, newKeySet, newKeySet, put, putAll, putIfAbsent, reduce, reduceEntries, reduceEntries, reduceEntriesToDouble, reduceEntriesToInt, reduceEntriesToLong, reduceKeys, reduceKeys, reduceKeysToDouble, reduceKeysToInt, reduceKeysToLong, reduceToDouble, reduceToInt, reduceToLong, reduceValues, reduceValues, reduceValuesToDouble, reduceValuesToInt, reduceValuesToLong, remove, remove, replace, replace, replaceAll, search, searchEntries, searchKeys, searchValues, size, toString, valuesclonefinalize, getClass, notify, notifyAll, wait, wait, waitcontainsSingle, forEachSingle, forEachSingleValue, getOrCreate, getTotalValueCount, putAllIn, putSingle, removeSingleaddAll, containsAnyEntry, containsAnyKey, containsAnyValue, copyOfEntrySet, copyOfKeySet, copyOfKeySet, copyOfValues, copyOfValues, copyOfValuesMapped, copyOfValuesMapped, createInstance, findFirstEntry, findFirstKey, findFirstValue, forEach, forEachKey, forEachKey, forEachValue, forEachValue, getAsUnmodifiable, getFirstEntry, getFirstEntry, getFirstKey, getFirstKey, getFirstValue, getFirstValue, getSortedByKey, getSortedByValue, getSwappedKeyValues, isNotEmpty, putAll, putAll, putAllMapped, putAllMapped, putAllMapped, putIf, putIfNotNull, removeAll, removeObject, 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 MultiConcurrentHashMapHashSetBased()
public MultiConcurrentHashMapHashSetBased(@Nonnull KEYTYPE aKey, @Nullable VALUETYPE aValue)
public MultiConcurrentHashMapHashSetBased(@Nonnull KEYTYPE aKey, @Nonnull ICommonsSet<VALUETYPE> aCollection)
public MultiConcurrentHashMapHashSetBased(@Nullable Map<? extends KEYTYPE,? extends ICommonsSet<VALUETYPE>> aCont)
@Nonnull @ReturnsMutableCopy protected final CommonsHashSet<VALUETYPE> createNewCollection()
createNewCollection in class AbstractMultiConcurrentHashMap<KEYTYPE,VALUETYPE,ICommonsSet<VALUETYPE>>Copyright © 2014–2017 Philip Helger. All rights reserved.