public class MultiTreeMapHashMapBased<KEYTYPE1,KEYTYPE2,VALUETYPE> extends AbstractMultiTreeMapMapBased<KEYTYPE1,KEYTYPE2,VALUETYPE>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MultiTreeMapHashMapBased() |
MultiTreeMapHashMapBased(Comparator<? super KEYTYPE1> aComparator) |
MultiTreeMapHashMapBased(KEYTYPE1 aKey,
ICommonsMap<KEYTYPE2,VALUETYPE> aValue) |
MultiTreeMapHashMapBased(KEYTYPE1 aKey,
KEYTYPE2 aInnerKey,
VALUETYPE aValue) |
MultiTreeMapHashMapBased(Map<? extends KEYTYPE1,? extends ICommonsMap<KEYTYPE2,VALUETYPE>> aCont) |
| Modifier and Type | Method and Description |
|---|---|
protected CommonsHashMap<KEYTYPE2,VALUETYPE> |
createNewInnerMap() |
getOrCreategetCloneceilingEntry, ceilingKey, clear, clone, comparator, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, forEach, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, remove, replace, replace, replaceAll, size, subMap, subMap, tailMap, tailMap, valuesequals, hashCode, isEmpty, 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, valuesgetClonegetAsUnmodifiableceilingEntry, ceilingKey, descendingKeySet, descendingMap, firstEntry, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, lastEntry, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, subMap, subMap, tailMap, tailMapgetFirstKey, getFirstValue, getLastKey, getLastValuepublic MultiTreeMapHashMapBased()
public MultiTreeMapHashMapBased(@Nullable Comparator<? super KEYTYPE1> aComparator)
public MultiTreeMapHashMapBased(@Nonnull KEYTYPE1 aKey, @Nonnull KEYTYPE2 aInnerKey, @Nullable VALUETYPE aValue)
public MultiTreeMapHashMapBased(@Nullable KEYTYPE1 aKey, @Nullable ICommonsMap<KEYTYPE2,VALUETYPE> aValue)
@Nonnull @ReturnsMutableCopy protected CommonsHashMap<KEYTYPE2,VALUETYPE> createNewInnerMap()
createNewInnerMap in class AbstractMultiTreeMapMapBased<KEYTYPE1,KEYTYPE2,VALUETYPE>Copyright © 2014–2016 Philip Helger. All rights reserved.