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