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, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValuepublic boolean equals(Object o)
public int hashCode()
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.