KEYTYPE - key typeVALUETYPE - value typeCOLLTYPE - Set type containing value types@NotThreadSafe public abstract class AbstractMultiConcurrentHashMapSetBased<KEYTYPE,VALUETYPE,COLLTYPE extends com.helger.commons.collection.impl.ICommonsSet<VALUETYPE>> extends AbstractMultiConcurrentHashMap<KEYTYPE,VALUETYPE,COLLTYPE> implements IMultiMapSetBased<KEYTYPE,VALUETYPE,COLLTYPE>
ConcurrentHashMap
and ICommonsSet values.null keys are not allowed here!ConcurrentHashMap.KeySetView<K,V>AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
AbstractMultiConcurrentHashMapSetBased() |
AbstractMultiConcurrentHashMapSetBased(KEYTYPE aKey,
COLLTYPE aCollection) |
AbstractMultiConcurrentHashMapSetBased(KEYTYPE aKey,
VALUETYPE aValue) |
AbstractMultiConcurrentHashMapSetBased(Map<? extends KEYTYPE,? extends COLLTYPE> aCont) |
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, put, putAll, putAll, putAllMapped, putAllMapped, putAllMapped, putIf, putIfNotNull, removeAll, removeIf, removeIfKey, removeIfValue, 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, valuespublic AbstractMultiConcurrentHashMapSetBased()
public AbstractMultiConcurrentHashMapSetBased(@Nonnull KEYTYPE aKey, @Nullable VALUETYPE aValue)
public AbstractMultiConcurrentHashMapSetBased(@Nonnull KEYTYPE aKey, @Nonnull COLLTYPE aCollection)
Copyright © 2017–2020 Philip Helger. All rights reserved.