KEYTYPE - key typeVALUETYPE - value type@NotThreadSafe public class MultiTreeMapVectorBased<KEYTYPE,VALUETYPE> extends AbstractMultiTreeMapListBased<KEYTYPE,VALUETYPE>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MultiTreeMapVectorBased() |
MultiTreeMapVectorBased(Comparator<? super KEYTYPE> aComparator) |
MultiTreeMapVectorBased(KEYTYPE aKey,
List<VALUETYPE> aCollection) |
MultiTreeMapVectorBased(KEYTYPE aKey,
VALUETYPE aValue) |
MultiTreeMapVectorBased(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 MultiTreeMapVectorBased()
public MultiTreeMapVectorBased(@Nullable Comparator<? super KEYTYPE> aComparator)
public MultiTreeMapVectorBased(@Nullable KEYTYPE aKey, @Nullable VALUETYPE aValue)
public MultiTreeMapVectorBased(@Nullable KEYTYPE aKey, @Nullable List<VALUETYPE> aCollection)
@Nonnull @ReturnsMutableCopy protected final List<VALUETYPE> createNewCollection()
createNewCollection in class AbstractMultiTreeMap<KEYTYPE,VALUETYPE,List<VALUETYPE>>Copyright © 2014–2016 Philip Helger. All rights reserved.