protected static class ConcurrentReferenceHashMap.SimpleEntry<K,V> extends Object implements Map.Entry<K,V>, Serializable
Constructor and Description |
---|
SimpleEntry(K key,
V value) |
SimpleEntry(Map.Entry<? extends K,? extends V> entry) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
K |
getKey() |
V |
getValue() |
int |
hashCode() |
V |
setValue(V value) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
comparingByKey, comparingByKey, comparingByValue, comparingByValue
public boolean equals(Object o)
public int hashCode()
Copyright © 2018 Hazelcast, Inc.. All rights reserved.