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