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 |
isModified() |
V |
setValue(V value) |
equals, getKey, getValue, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
comparingByKey, comparingByKey, comparingByValue, comparingByValue
Copyright © 2014 Hazelcast, Inc.. All rights reserved.