public class MultiLinkedHashMapWeakHashMapBased<KEYTYPE1,KEYTYPE2 extends Comparable<? super KEYTYPE2>,VALUETYPE> extends AbstractMultiLinkedHashMapMapBased<KEYTYPE1,KEYTYPE2,VALUETYPE>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MultiLinkedHashMapWeakHashMapBased() |
MultiLinkedHashMapWeakHashMapBased(KEYTYPE1 aKey,
ICommonsMap<KEYTYPE2,VALUETYPE> aValue) |
MultiLinkedHashMapWeakHashMapBased(KEYTYPE1 aKey,
KEYTYPE2 aInnerKey,
VALUETYPE aValue) |
MultiLinkedHashMapWeakHashMapBased(Map<? extends KEYTYPE1,? extends ICommonsMap<KEYTYPE2,VALUETYPE>> aCont) |
| Modifier and Type | Method and Description |
|---|---|
protected CommonsWeakHashMap<KEYTYPE2,VALUETYPE> |
createNewInnerMap() |
getOrCreategetCloneclear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsSingle, forEachSingle, getSingle, 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, valuesgetClonecopyOfEntrySet, copyOfKeySet, getLastKey, getLastValuepublic MultiLinkedHashMapWeakHashMapBased()
public MultiLinkedHashMapWeakHashMapBased(@Nonnull KEYTYPE1 aKey, @Nonnull KEYTYPE2 aInnerKey, @Nullable VALUETYPE aValue)
public MultiLinkedHashMapWeakHashMapBased(@Nullable KEYTYPE1 aKey, @Nullable ICommonsMap<KEYTYPE2,VALUETYPE> aValue)
@Nonnull @ReturnsMutableCopy protected CommonsWeakHashMap<KEYTYPE2,VALUETYPE> createNewInnerMap()
createNewInnerMap in class AbstractMultiLinkedHashMapMapBased<KEYTYPE1,KEYTYPE2 extends Comparable<? super KEYTYPE2>,VALUETYPE>Copyright © 2014–2016 Philip Helger. All rights reserved.