KEYTYPE - key typeVALUETYPE - value type@NotThreadSafe public class MultiLinkedHashMapHashSetBased<KEYTYPE,VALUETYPE> extends AbstractMultiLinkedHashMapSetBased<KEYTYPE,VALUETYPE,ICommonsSet<VALUETYPE>>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MultiLinkedHashMapHashSetBased() |
MultiLinkedHashMapHashSetBased(KEYTYPE aKey,
ICommonsSet<VALUETYPE> aCollection) |
MultiLinkedHashMapHashSetBased(KEYTYPE aKey,
VALUETYPE aValue) |
MultiLinkedHashMapHashSetBased(Map<? extends KEYTYPE,? extends ICommonsSet<VALUETYPE>> aCont) |
| Modifier and Type | Method and Description |
|---|---|
protected CommonsHashSet<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, putAll, putAll, putAllMapped, putAllMapped, putAllMapped, putIf, putIfNotNull, removeAll, 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, valuesgetClonecopyOfEntrySet, copyOfKeySet, copyOfKeySet, getLastKey, getLastKey, getLastValue, getLastValuepublic MultiLinkedHashMapHashSetBased()
public MultiLinkedHashMapHashSetBased(@Nonnull KEYTYPE aKey, @Nullable VALUETYPE aValue)
public MultiLinkedHashMapHashSetBased(@Nullable KEYTYPE aKey, @Nullable ICommonsSet<VALUETYPE> aCollection)
public MultiLinkedHashMapHashSetBased(@Nullable Map<? extends KEYTYPE,? extends ICommonsSet<VALUETYPE>> aCont)
@Nonnull @ReturnsMutableCopy protected final CommonsHashSet<VALUETYPE> createNewCollection()
createNewCollection in class AbstractMultiLinkedHashMap<KEYTYPE,VALUETYPE,ICommonsSet<VALUETYPE>>Copyright © 2014–2017 Philip Helger. All rights reserved.