类 ConcurrentReferenceHashMap.Entry<K,V>
java.lang.Object
cn.taketoday.util.ConcurrentReferenceHashMap.Entry<K,V>
- 类型参数:
K- the key typeV- 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.
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
key
-
value
-
-
构造器详细资料
-
Entry
-
-
方法详细资料
-
getKey
-
getValue
-
setValue
-
toString
-
equals
-
hashCode
public final int hashCode()
-