Interface ConcurrentReferenceHashMap.Reference<K,V>

Type Parameters:
K - the key type
V - the value type
Enclosing class:
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 (for example, SoftReference).
Since:
3.2
Author:
Phillip Webb, Juergen Hoeller, Brian Clozel
  • Method Details