パッケージ org.springframework.util
クラス 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>
単一のマップエントリ。
コンストラクターの概要
コンストラクターメソッドのサマリー
コンストラクターの詳細
Entry
メソッドの詳細
getKey
- 次で指定:
- インターフェース
Map.EntrySE<K,
のV> getKey
getValue
- 次で指定:
- インターフェース
Map.EntrySE<K,
のV> getValue
setValue
- 次で指定:
- インターフェース
Map.EntrySE<K,
のV> setValueSE
equals
hashCode
public int hashCode()toString