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, comparingByValueSEpublic K getKey()
Map.EntrySE<K, V> 内の getKeySE public V getValue()
Map.EntrySE<K, V> 内の getValueSE public V setValue(V value)
Map.EntrySE<K, V> 内の setValueSE public StringSE toString()
ObjectSE の toStringSE public final boolean equals(ObjectSE other)
public final int hashCode()
Map.EntrySE<K, V> 内の hashCodeSE ObjectSE の hashCodeSE