クラス ConcurrentReferenceHashMap.Entry<K, V>

java.lang.ObjectSE
org.springframework.util.ConcurrentReferenceHashMap.Entry<K,V>
型パラメーター:
K - キー型
V - 値の型
実装されたすべてのインターフェース:
Map.EntrySE<K,V>
含まれているクラス:
ConcurrentReferenceHashMap<K,V>

protected static final class ConcurrentReferenceHashMap.Entry<K,V> extends ObjectSE implements Map.EntrySE<K,V>
単一のマップエントリ。
導入:
3.2
作成者:
Phillip Webb, Juergen Hoeller, Brian Clozel