类 ConcurrentReferenceHashMap.Entry<K,V>

java.lang.Object
cn.taketoday.util.ConcurrentReferenceHashMap.Entry<K,V>
类型参数:
K - the key type
V - the value type
所有已实现的接口:
Map.Entry<K,V>
封闭类:
ConcurrentReferenceHashMap<K,V>

protected static final class ConcurrentReferenceHashMap.Entry<K,V> extends Object implements Map.Entry<K,V>
A single map entry.