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)  | 
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.