Class ConcurrentReferenceHashMap.Entry<K,v>

java.lang.Object
org.springframework.util.ConcurrentReferenceHashMap.Entry<K,v>
Type Parameters:
K - the key type
v - the value type
All Implemented Interfaces:
Map.Entry<K,v>
Enclosing class:
ConcurrentReferenceHashMap<K,v>

protected static final class ConcurrentReferenceHashMap.Entry<K,v> extends Object implements Map.Entry<K,v>
A single map entry.
Since:
3.2
Author:
Phillip Webb, Juergen Hoeller, Brian Clozel