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, waitSE
comparingByKeySE, comparingByKeySE, comparingByValueSE, comparingByValueSE
public 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