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, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
comparingByKey, comparingByKey, comparingByValue, comparingByValue
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.