KEYTYPE - key typeVALUETYPE - value type@NotThreadSafe public class MultiTreeMapArrayListBased<KEYTYPE,VALUETYPE> extends AbstractMultiTreeMapListBased<KEYTYPE,VALUETYPE>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MultiTreeMapArrayListBased() |
MultiTreeMapArrayListBased(Comparator<? super KEYTYPE> aComparator) |
MultiTreeMapArrayListBased(KEYTYPE aKey,
ICommonsList<VALUETYPE> aCollection) |
MultiTreeMapArrayListBased(KEYTYPE aKey,
VALUETYPE aValue) |
MultiTreeMapArrayListBased(Map<? extends KEYTYPE,? extends ICommonsList<VALUETYPE>> aCont) |
| Modifier and Type | Method and Description |
|---|---|
protected CommonsArrayList<VALUETYPE> |
createNewCollection() |
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, 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, valuesgetClonegetAsUnmodifiableceilingEntry, ceilingKey, descendingKeySet, descendingMap, firstEntry, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, lastEntry, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, subMap, subMap, tailMap, tailMapgetFirstKey, getFirstValue, getLastKey, getLastValuepublic MultiTreeMapArrayListBased()
public MultiTreeMapArrayListBased(@Nullable Comparator<? super KEYTYPE> aComparator)
public MultiTreeMapArrayListBased(@Nonnull KEYTYPE aKey, @Nullable VALUETYPE aValue)
public MultiTreeMapArrayListBased(@Nullable KEYTYPE aKey, @Nullable ICommonsList<VALUETYPE> aCollection)
public MultiTreeMapArrayListBased(@Nullable Map<? extends KEYTYPE,? extends ICommonsList<VALUETYPE>> aCont)
@Nonnull @ReturnsMutableCopy protected final CommonsArrayList<VALUETYPE> createNewCollection()
createNewCollection in class AbstractMultiTreeMap<KEYTYPE,VALUETYPE,ICommonsList<VALUETYPE>>Copyright © 2014–2016 Philip Helger. All rights reserved.