接口 ConcurrentReferenceHashMap.Reference<K,V>

类型参数:
K - the key type
V - the value type
封闭类:
ConcurrentReferenceHashMap<K,V>

protected static interface ConcurrentReferenceHashMap.Reference<K,V>
A reference to an ConcurrentReferenceHashMap.Entry contained in the map. Implementations are usually wrappers around specific Java reference implementations (e.g., SoftReference).
  • 方法详细资料