K - 键类型V - 值类型public class WeakKeyConcurrentMap<K,V> extends ReferenceConcurrentMap<K,V>
| Constructor and Description |
|---|
WeakKeyConcurrentMap()
构造
|
WeakKeyConcurrentMap(ConcurrentMap<Ref<K>,Ref<V>> raw)
构造
|
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, isEmpty, iterator, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, setPurgeListener, size, valuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOrDefaultforEach, spliteratorpublic WeakKeyConcurrentMap()
public WeakKeyConcurrentMap(ConcurrentMap<Ref<K>,Ref<V>> raw)
raw - ConcurrentMap实现Copyright © 2025. All rights reserved.