public class MultiHashMapTreeMapBased<KEYTYPE1,KEYTYPE2 extends Comparable<? super KEYTYPE2>,VALUETYPE> extends AbstractMultiHashMapMapBased<KEYTYPE1,KEYTYPE2,VALUETYPE>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MultiHashMapTreeMapBased() |
MultiHashMapTreeMapBased(KEYTYPE1 aKey,
KEYTYPE2 aInnerKey,
VALUETYPE aValue) |
MultiHashMapTreeMapBased(KEYTYPE1 aKey,
Map<KEYTYPE2,VALUETYPE> aValue) |
MultiHashMapTreeMapBased(Map<? extends KEYTYPE1,? extends Map<KEYTYPE2,VALUETYPE>> aCont) |
| Modifier and Type | Method and Description |
|---|---|
protected TreeMap<KEYTYPE2,VALUETYPE> |
createNewInnerMap() |
containsSingle, getOrCreate, getSingle, 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, waitclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic MultiHashMapTreeMapBased()
public MultiHashMapTreeMapBased(@Nullable KEYTYPE1 aKey, @Nullable KEYTYPE2 aInnerKey, @Nullable VALUETYPE aValue)
public MultiHashMapTreeMapBased(@Nullable KEYTYPE1 aKey, @Nullable Map<KEYTYPE2,VALUETYPE> aValue)
@Nonnull @ReturnsMutableCopy protected TreeMap<KEYTYPE2,VALUETYPE> createNewInnerMap()
createNewInnerMap in class AbstractMultiHashMapMapBased<KEYTYPE1,KEYTYPE2 extends Comparable<? super KEYTYPE2>,VALUETYPE>Copyright © 2014–2015 Philip Helger. All rights reserved.