public class CommonsWeakHashMap<KEYTYPE,VALUETYPE> extends WeakHashMap<KEYTYPE,VALUETYPE> implements ICommonsMap<KEYTYPE,VALUETYPE>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
CommonsWeakHashMap() |
CommonsWeakHashMap(int nInitialCapacity) |
CommonsWeakHashMap(int nInitialCapacity,
float fLoadFactor) |
CommonsWeakHashMap(Map<? extends KEYTYPE,? extends VALUETYPE> aMap) |
| Modifier and Type | Method and Description |
|---|---|
CommonsWeakHashMap<KEYTYPE,VALUETYPE> |
getClone() |
clear, containsKey, containsValue, entrySet, forEach, get, isEmpty, keySet, put, putAll, remove, replaceAll, size, valuesclone, equals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitaddAll, copyOfEntrySet, copyOfKeySet, copyOfValues, copyOfValues, copyOfValuesMapped, copyOfValuesMapped, findFirstEntry, findFirstKey, findFirstValue, getAsUnmodifiable, getFirstEntry, getFirstKey, getFirstValue, getSortedByKey, getSortedByValue, getSwappedKeyValues, isNotEmpty, putIf, putIfNotNull, removeAll, setAllclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic CommonsWeakHashMap()
public CommonsWeakHashMap(@Nonnegative int nInitialCapacity)
public CommonsWeakHashMap(@Nonnegative int nInitialCapacity, float fLoadFactor)
@Nonnull @ReturnsMutableCopy public CommonsWeakHashMap<KEYTYPE,VALUETYPE> getClone()
getClone in interface ICloneable<ICommonsMap<KEYTYPE,VALUETYPE>>Copyright © 2014–2016 Philip Helger. All rights reserved.