public class MapEntrySimple<K,V> extends AbstractMap.SimpleEntry<K,V>
MapEntrySimple(K key, V value)
boolean
equals(Object o)
int
hashCode()
isModified()
V
setValue(V value)
getKey, getValue, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public MapEntrySimple(K key, V value)
public V setValue(V value)
setValue
Map.Entry<K,V>
AbstractMap.SimpleEntry<K,V>
public boolean isModified()
public boolean equals(Object o)
equals
public int hashCode()
hashCode
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.