com.hazelcast.map.impl
Class MapEntrySimple<K,V>

java.lang.Object
  extended by java.util.AbstractMap.SimpleEntry<K,V>
      extended by com.hazelcast.map.impl.MapEntrySimple<K,V>
All Implemented Interfaces:
Serializable, Map.Entry<K,V>

public class MapEntrySimple<K,V>
extends AbstractMap.SimpleEntry<K,V>

See Also:
Serialized Form

Constructor Summary
MapEntrySimple(K key, V value)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 boolean isModified()
           
 V setValue(V value)
           
 
Methods inherited from class java.util.AbstractMap.SimpleEntry
getKey, getValue, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MapEntrySimple

public MapEntrySimple(K key,
                      V value)
Method Detail

setValue

public V setValue(V value)
Specified by:
setValue in interface Map.Entry<K,V>
Overrides:
setValue in class AbstractMap.SimpleEntry<K,V>

isModified

public boolean isModified()

equals

public boolean equals(Object o)
Specified by:
equals in interface Map.Entry<K,V>
Overrides:
equals in class AbstractMap.SimpleEntry<K,V>

hashCode

public int hashCode()
Specified by:
hashCode in interface Map.Entry<K,V>
Overrides:
hashCode in class AbstractMap.SimpleEntry<K,V>


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.