KEYTYPE - key typeVALUETYPE - value type@NotThreadSafe public class MultiWeakHashMapLinkedHashSetBased<KEYTYPE,VALUETYPE> extends AbstractMultiWeakHashMapSetBased<KEYTYPE,VALUETYPE,ICommonsOrderedSet<VALUETYPE>>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MultiWeakHashMapLinkedHashSetBased() |
MultiWeakHashMapLinkedHashSetBased(KEYTYPE aKey,
ICommonsOrderedSet<VALUETYPE> aCollection) |
MultiWeakHashMapLinkedHashSetBased(KEYTYPE aKey,
VALUETYPE aValue) |
MultiWeakHashMapLinkedHashSetBased(Map<? extends KEYTYPE,? extends ICommonsOrderedSet<VALUETYPE>> aCont) |
| Modifier and Type | Method and Description |
|---|---|
protected CommonsLinkedHashSet<VALUETYPE> |
createNewCollection() |
getOrCreatecreateInstance, getCloneclear, containsKey, containsValue, entrySet, forEach, get, isEmpty, keySet, put, putAll, remove, replaceAll, size, valuesclone, equals, 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, valuesgetClonepublic MultiWeakHashMapLinkedHashSetBased()
public MultiWeakHashMapLinkedHashSetBased(@Nonnull KEYTYPE aKey, @Nullable VALUETYPE aValue)
public MultiWeakHashMapLinkedHashSetBased(@Nonnull KEYTYPE aKey, @Nullable ICommonsOrderedSet<VALUETYPE> aCollection)
public MultiWeakHashMapLinkedHashSetBased(@Nullable Map<? extends KEYTYPE,? extends ICommonsOrderedSet<VALUETYPE>> aCont)
@Nonnull @ReturnsMutableCopy protected final CommonsLinkedHashSet<VALUETYPE> createNewCollection()
createNewCollection in class AbstractMultiWeakHashMap<KEYTYPE,VALUETYPE,ICommonsOrderedSet<VALUETYPE>>Copyright © 2014–2017 Philip Helger. All rights reserved.