KEYTYPE - key typeVALUETYPE - value type@NotThreadSafe public class MultiHashMapTreeSetBased<KEYTYPE,VALUETYPE extends Comparable<? super VALUETYPE>> extends AbstractMultiHashMapSetBased<KEYTYPE,VALUETYPE,ICommonsNavigableSet<VALUETYPE>>
HashMap and CommonsTreeSet
values.AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MultiHashMapTreeSetBased() |
MultiHashMapTreeSetBased(KEYTYPE aKey,
ICommonsNavigableSet<VALUETYPE> aCollection) |
MultiHashMapTreeSetBased(KEYTYPE aKey,
VALUETYPE aValue) |
MultiHashMapTreeSetBased(Map<? extends KEYTYPE,? extends ICommonsNavigableSet<VALUETYPE>> aCont) |
| Modifier and Type | Method and Description |
|---|---|
protected CommonsTreeSet<VALUETYPE> |
createNewCollection() |
getOrCreategetCloneclear, 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, waitcontainsSingle, 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, valuesgetClonepublic MultiHashMapTreeSetBased()
public MultiHashMapTreeSetBased(@Nonnull KEYTYPE aKey, @Nullable VALUETYPE aValue)
public MultiHashMapTreeSetBased(@Nullable KEYTYPE aKey, @Nullable ICommonsNavigableSet<VALUETYPE> aCollection)
public MultiHashMapTreeSetBased(@Nullable Map<? extends KEYTYPE,? extends ICommonsNavigableSet<VALUETYPE>> aCont)
@Nonnull @ReturnsMutableCopy protected final CommonsTreeSet<VALUETYPE> createNewCollection()
createNewCollection in class AbstractMultiHashMap<KEYTYPE,VALUETYPE extends Comparable<? super VALUETYPE>,ICommonsNavigableSet<VALUETYPE extends Comparable<? super VALUETYPE>>>Copyright © 2014–2016 Philip Helger. All rights reserved.