K - 键类型V - 值类型public class WeakKeyValueConcurrentMap<K,V> extends ReferenceConcurrentMap<K,V>
| Constructor and Description | 
|---|
WeakKeyValueConcurrentMap()
构造 
 | 
WeakKeyValueConcurrentMap(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 WeakKeyValueConcurrentMap()
public WeakKeyValueConcurrentMap(ConcurrentMap<Ref<K>,Ref<V>> raw)
raw - ConcurrentMap实现Copyright © 2025. All rights reserved.