KEYTYPE - key typeVALUETYPE - value type@NotThreadSafe public class MultiLinkedHashMapHashSetBased<KEYTYPE,VALUETYPE> extends AbstractMultiLinkedHashMapSetBased<KEYTYPE,VALUETYPE>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MultiLinkedHashMapHashSetBased() |
MultiLinkedHashMapHashSetBased(KEYTYPE aKey,
Set<VALUETYPE> aCollection) |
MultiLinkedHashMapHashSetBased(KEYTYPE aKey,
VALUETYPE aValue) |
MultiLinkedHashMapHashSetBased(Map<? extends KEYTYPE,? extends Set<VALUETYPE>> aCont) |
| Modifier and Type | Method and Description |
|---|---|
protected Set<VALUETYPE> |
createNewCollection() |
containsSingle, getOrCreate, getTotalValueCount, putAllIn, putSingle, removeSingleclear, 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, 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 MultiLinkedHashMapHashSetBased()
public MultiLinkedHashMapHashSetBased(@Nullable KEYTYPE aKey, @Nullable VALUETYPE aValue)
public MultiLinkedHashMapHashSetBased(@Nullable KEYTYPE aKey, @Nullable Set<VALUETYPE> aCollection)
@Nonnull @ReturnsMutableCopy protected final Set<VALUETYPE> createNewCollection()
createNewCollection in class AbstractMultiLinkedHashMap<KEYTYPE,VALUETYPE,Set<VALUETYPE>>Copyright © 2014–2016 Philip Helger. All rights reserved.