KEYTYPE - key typeVALUETYPE - value type@NotThreadSafe public class MultiHashMapVectorBased<KEYTYPE,VALUETYPE> extends AbstractMultiHashMapListBased<KEYTYPE,VALUETYPE>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MultiHashMapVectorBased() |
MultiHashMapVectorBased(KEYTYPE aKey,
List<VALUETYPE> aCollection) |
MultiHashMapVectorBased(KEYTYPE aKey,
VALUETYPE aValue) |
MultiHashMapVectorBased(Map<? extends KEYTYPE,? extends List<VALUETYPE>> aCont) |
| Modifier and Type | Method and Description |
|---|---|
protected List<VALUETYPE> |
createNewCollection() |
putSinglecontainsSingle, getOrCreate, getTotalValueCount, putAllIn, putSingle, removeSingleclear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsSingle, getOrCreate, getTotalValueCount, putAllIn, putSingle, removeSingleclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic MultiHashMapVectorBased()
public MultiHashMapVectorBased(@Nullable KEYTYPE aKey, @Nullable VALUETYPE aValue)
public MultiHashMapVectorBased(@Nullable KEYTYPE aKey, @Nullable List<VALUETYPE> aCollection)
@Nonnull @ReturnsMutableCopy protected final List<VALUETYPE> createNewCollection()
createNewCollection in class AbstractMultiHashMap<KEYTYPE,VALUETYPE,List<VALUETYPE>>Copyright © 2014–2015 Philip Helger. All rights reserved.