public class WeakReferenceConcurrentHashMap<K,V> extends AbstractConcurrentAutomaticClearMap<K,V>
AbstractConcurrentAutomaticClearMap.MapEntryImplmap, refQueue| 构造器和说明 |
|---|
WeakReferenceConcurrentHashMap() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
clearInvalidEntry(Reference<? extends V> ref) |
protected Reference<V> |
createRefence(K key,
V value) |
clear, clearAllInvalidEntry, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, putIfAbsent, remove, remove, replace, replace, size, valuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, replaceAllprotected Reference<V> createRefence(K key, V value)
createRefence 在类中 AbstractConcurrentAutomaticClearMap<K,V>Copyright © 2016. All rights reserved.