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