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,
List<VALUETYPE> aCollection) |
MultiTreeMapArrayListBased(KEYTYPE aKey,
VALUETYPE aValue) |
MultiTreeMapArrayListBased(Map<? extends KEYTYPE,? extends List<VALUETYPE>> aCont) |
| Modifier and Type | Method and Description |
|---|---|
protected List<VALUETYPE> |
createNewCollection() |
putSinglecontainsSingle, getOrCreate, getTotalValueCount, putAllIn, putSingle, removeSingleceilingEntry, 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, getOrCreate, getTotalValueCount, putAllIn, putSingle, removeSingleclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic MultiTreeMapArrayListBased()
public MultiTreeMapArrayListBased(@Nullable Comparator<? super KEYTYPE> aComparator)
public MultiTreeMapArrayListBased(@Nullable KEYTYPE aKey, @Nullable VALUETYPE aValue)
public MultiTreeMapArrayListBased(@Nullable KEYTYPE aKey, @Nullable List<VALUETYPE> aCollection)
@Nonnull @ReturnsMutableCopy protected final List<VALUETYPE> createNewCollection()
createNewCollection in class AbstractMultiTreeMap<KEYTYPE,VALUETYPE,List<VALUETYPE>>Copyright © 2014–2015 Philip Helger. All rights reserved.