public class MultiLinkedHashMapTreeMapBased<KEYTYPE1,KEYTYPE2 extends Comparable<? super KEYTYPE2>,VALUETYPE> extends AbstractMultiLinkedHashMapMapBased<KEYTYPE1,KEYTYPE2,VALUETYPE,ICommonsSortedMap<KEYTYPE2,VALUETYPE>>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MultiLinkedHashMapTreeMapBased() |
MultiLinkedHashMapTreeMapBased(KEYTYPE1 aKey,
KEYTYPE2 aInnerKey,
VALUETYPE aValue) |
MultiLinkedHashMapTreeMapBased(KEYTYPE1 aKey,
Map<? extends KEYTYPE2,? extends VALUETYPE> aValue) |
MultiLinkedHashMapTreeMapBased(Map<? extends KEYTYPE1,? extends Map<? extends KEYTYPE2,? extends VALUETYPE>> aCont) |
| Modifier and Type | Method and Description |
|---|---|
protected CommonsTreeMap<KEYTYPE2,VALUETYPE> |
createNewInnerMap() |
getOrCreatecreateInstance, getCloneclear, 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, 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, putAll, putAll, putAllMapped, putAllMapped, putAllMapped, putIf, putIfNotNull, removeAll, 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, valuesgetClonecopyOfEntrySet, copyOfKeySet, copyOfKeySet, getLastKey, getLastKey, getLastValue, getLastValuepublic MultiLinkedHashMapTreeMapBased()
public MultiLinkedHashMapTreeMapBased(@Nonnull KEYTYPE1 aKey, @Nonnull KEYTYPE2 aInnerKey, @Nullable VALUETYPE aValue)
public MultiLinkedHashMapTreeMapBased(@Nullable KEYTYPE1 aKey, @Nullable Map<? extends KEYTYPE2,? extends VALUETYPE> aValue)
@Nonnull @ReturnsMutableCopy protected CommonsTreeMap<KEYTYPE2,VALUETYPE> createNewInnerMap()
createNewInnerMap in class AbstractMultiLinkedHashMapMapBased<KEYTYPE1,KEYTYPE2 extends Comparable<? super KEYTYPE2>,VALUETYPE,ICommonsSortedMap<KEYTYPE2 extends Comparable<? super KEYTYPE2>,VALUETYPE>>Copyright © 2014–2017 Philip Helger. All rights reserved.