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