KEYTYPE - key typeVALUETYPE - value type@ThreadSafe public class MultiConcurrentHashMapVectorBased<KEYTYPE,VALUETYPE> extends AbstractMultiConcurrentHashMapListBased<KEYTYPE,VALUETYPE>
ConcurrentHashMap and CommonsVector
values.null keys are not allowed here!ConcurrentHashMap.KeySetView<K,V>AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MultiConcurrentHashMapVectorBased() |
MultiConcurrentHashMapVectorBased(KEYTYPE aKey,
ICommonsList<VALUETYPE> aCollection) |
MultiConcurrentHashMapVectorBased(KEYTYPE aKey,
VALUETYPE aValue) |
MultiConcurrentHashMapVectorBased(Map<? extends KEYTYPE,? extends ICommonsList<VALUETYPE>> aCont) |
| Modifier and Type | Method and Description |
|---|---|
protected CommonsVector<VALUETYPE> |
createNewCollection() |
getOrCreategetCloneclear, 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, waitputSinglecontainsSingle, forEachSingle, getOrCreate, getTotalValueCount, putAllIn, putSingle, removeSingleaddAll, copyOfEntrySet, copyOfKeySet, copyOfValues, copyOfValues, copyOfValuesMapped, copyOfValuesMapped, findFirstEntry, findFirstKey, findFirstValue, getAsUnmodifiable, getFirstEntry, getFirstKey, getFirstValue, getSortedByKey, getSortedByValue, getSwappedKeyValues, isNotEmpty, putIf, putIfNotNull, removeAll, 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 MultiConcurrentHashMapVectorBased()
public MultiConcurrentHashMapVectorBased(@Nonnull KEYTYPE aKey, @Nullable VALUETYPE aValue)
public MultiConcurrentHashMapVectorBased(@Nonnull KEYTYPE aKey, @Nonnull ICommonsList<VALUETYPE> aCollection)
public MultiConcurrentHashMapVectorBased(@Nullable Map<? extends KEYTYPE,? extends ICommonsList<VALUETYPE>> aCont)
@Nonnull @ReturnsMutableCopy protected final CommonsVector<VALUETYPE> createNewCollection()
createNewCollection in class AbstractMultiConcurrentHashMap<KEYTYPE,VALUETYPE,ICommonsList<VALUETYPE>>Copyright © 2014–2016 Philip Helger. All rights reserved.