com.hazelcast.client
Class MapEntrySetIterator.MapEntry

java.lang.Object
  extended by com.hazelcast.client.MapEntrySetIterator.MapEntry
All Implemented Interfaces:
Map.Entry<K,V>
Enclosing class:
MapEntrySetIterator<K,V>

protected class MapEntrySetIterator.MapEntry
extends Object
implements Map.Entry<K,V>


Constructor Summary
MapEntrySetIterator.MapEntry(K key, V value, EntryHolder<K,V> proxy)
           
 
Method Summary
 K getKey()
           
 V getValue()
           
 V setValue(V arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map.Entry
equals, hashCode
 

Constructor Detail

MapEntrySetIterator.MapEntry

public MapEntrySetIterator.MapEntry(K key,
                                    V value,
                                    EntryHolder<K,V> proxy)
Method Detail

getKey

public K getKey()
Specified by:
getKey in interface Map.Entry<K,V>

getValue

public V getValue()
Specified by:
getValue in interface Map.Entry<K,V>

setValue

public V setValue(V arg0)
Specified by:
setValue in interface Map.Entry<K,V>


Copyright © 2012 Hazel Bilisim Ltd.. All Rights Reserved.