public class MapEntrySimple<K,V> extends AbstractMap.SimpleEntry<K,V>
| Constructor and Description | 
|---|
MapEntrySimple(K key,
              V value)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
int | 
hashCode()  | 
boolean | 
isModified()  | 
V | 
setValue(V value)  | 
getKey, getValue, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValueCopyright © 2020 Hazelcast, Inc.. All Rights Reserved.