KEYTYPE - key typeVALUETYPE - value type@NotThreadSafe public abstract class AbstractMultiLinkedHashMapSetBased<KEYTYPE,VALUETYPE> extends AbstractMultiLinkedHashMap<KEYTYPE,VALUETYPE,Set<VALUETYPE>> implements IMultiMapSetBased<KEYTYPE,VALUETYPE>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
AbstractMultiLinkedHashMapSetBased() |
AbstractMultiLinkedHashMapSetBased(KEYTYPE aKey,
Set<VALUETYPE> aCollection) |
AbstractMultiLinkedHashMapSetBased(KEYTYPE aKey,
VALUETYPE aValue) |
AbstractMultiLinkedHashMapSetBased(Map<? extends KEYTYPE,? extends Set<VALUETYPE>> aCont) |
containsSingle, createNewCollection, 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 AbstractMultiLinkedHashMapSetBased()
public AbstractMultiLinkedHashMapSetBased(@Nullable KEYTYPE aKey, @Nullable VALUETYPE aValue)
public AbstractMultiLinkedHashMapSetBased(@Nullable KEYTYPE aKey, @Nullable Set<VALUETYPE> aCollection)
Copyright © 2014–2015 Philip Helger. All rights reserved.