KEYTYPE - key typeVALUETYPE - value type@NotThreadSafe public class MultiLinkedHashMapTreeSetBased<KEYTYPE,VALUETYPE extends Comparable<? super VALUETYPE>> extends AbstractMultiLinkedHashMapSetBased<KEYTYPE,VALUETYPE,com.helger.commons.collection.impl.ICommonsNavigableSet<VALUETYPE>>
CommonsLinkedHashMap and
CommonsTreeSet values.AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MultiLinkedHashMapTreeSetBased() |
MultiLinkedHashMapTreeSetBased(KEYTYPE aKey,
com.helger.commons.collection.impl.ICommonsNavigableSet<VALUETYPE> aCollection) |
MultiLinkedHashMapTreeSetBased(KEYTYPE aKey,
VALUETYPE aValue) |
MultiLinkedHashMapTreeSetBased(Map<? extends KEYTYPE,? extends com.helger.commons.collection.impl.ICommonsNavigableSet<VALUETYPE>> aCont) |
| Modifier and Type | Method and Description |
|---|---|
protected com.helger.commons.collection.impl.CommonsTreeSet<VALUETYPE> |
createNewCollection() |
getOrCreatecreateInstance, getCloneclear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsSingle, forEachSingle, forEachSingleValue, getOrCreate, getTotalValueCount, putAllIn, putSingle, removeSingleaddAll, containsAnyEntry, containsAnyKey, containsAnyValue, copyOfEntrySet, copyOfKeySet, copyOfKeySet, copyOfValues, copyOfValues, copyOfValuesMapped, copyOfValuesMapped, createInstance, findFirstEntry, findFirstKey, findFirstValue, forEach, forEachKey, forEachKey, forEachValue, forEachValue, getAsUnmodifiable, getFirstEntry, getFirstEntry, getFirstKey, getFirstKey, getFirstValue, getFirstValue, getSortedByKey, getSortedByValue, getSwappedKeyValues, isNotEmpty, put, putAll, putAll, putAllMapped, putAllMapped, putAllMapped, putIf, putIfNotNull, removeAll, removeIf, removeIfKey, removeIfValue, removeObject, setAllclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic MultiLinkedHashMapTreeSetBased()
public MultiLinkedHashMapTreeSetBased(@Nonnull KEYTYPE aKey, @Nullable VALUETYPE aValue)
public MultiLinkedHashMapTreeSetBased(@Nullable KEYTYPE aKey, @Nullable com.helger.commons.collection.impl.ICommonsNavigableSet<VALUETYPE> aCollection)
@Nonnull @ReturnsMutableCopy protected final com.helger.commons.collection.impl.CommonsTreeSet<VALUETYPE> createNewCollection()
createNewCollection in class AbstractMultiLinkedHashMap<KEYTYPE,VALUETYPE extends Comparable<? super VALUETYPE>,com.helger.commons.collection.impl.ICommonsNavigableSet<VALUETYPE extends Comparable<? super VALUETYPE>>>Copyright © 2017–2020 Philip Helger. All rights reserved.