K - キー型 V - 値の型 protected static final class ConcurrentReferenceHashMap.Entry<K,V> extends ObjectSE implements Map.EntrySE<K,V>
| 修飾子と型 | メソッドと説明 |
|---|---|
boolean | equals(ObjectSE other) |
K | getKey() |
V | getValue() |
int | hashCode() |
V | setValue(V value) |
StringSE | toString() |
cloneSE, finalizeSE, getClassSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEcomparingByKeySE, comparingByKeySE, comparingByValueSE, comparingByValueSE@Nullable public V getValue()
Map.EntrySE<K, V> の getValueSE @Nullable public V setValue(@Nullable V value)
Map.EntrySE<K, V> の setValueSE public StringSE toString()
ObjectSE の toStringSE public final int hashCode()
Map.EntrySE<K, V> の hashCodeSE ObjectSE の hashCodeSE