KEYTYPE - key typeVALUETYPE - value type@NotThreadSafe public class MultiWeakHashMapVectorBased<KEYTYPE,VALUETYPE> extends AbstractMultiWeakHashMapListBased<KEYTYPE,VALUETYPE>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MultiWeakHashMapVectorBased() |
MultiWeakHashMapVectorBased(KEYTYPE aKey,
ICommonsList<VALUETYPE> aCollection) |
MultiWeakHashMapVectorBased(KEYTYPE aKey,
VALUETYPE aValue) |
MultiWeakHashMapVectorBased(Map<? extends KEYTYPE,? extends ICommonsList<VALUETYPE>> aCont) |
| Modifier and Type | Method and Description |
|---|---|
protected CommonsVector<VALUETYPE> |
createNewCollection() |
getOrCreategetCloneclear, containsKey, containsValue, entrySet, forEach, get, isEmpty, keySet, put, putAll, remove, replaceAll, size, valuesclone, equals, hashCode, toStringfinalize, 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 MultiWeakHashMapVectorBased()
public MultiWeakHashMapVectorBased(@Nonnull KEYTYPE aKey, @Nullable VALUETYPE aValue)
public MultiWeakHashMapVectorBased(@Nonnull KEYTYPE aKey, @Nullable ICommonsList<VALUETYPE> aCollection)
public MultiWeakHashMapVectorBased(@Nullable Map<? extends KEYTYPE,? extends ICommonsList<VALUETYPE>> aCont)
@Nonnull @ReturnsMutableCopy protected final CommonsVector<VALUETYPE> createNewCollection()
createNewCollection in class AbstractMultiWeakHashMap<KEYTYPE,VALUETYPE,ICommonsList<VALUETYPE>>Copyright © 2014–2016 Philip Helger. All rights reserved.