com.hazelcast.client
Class MapEntryIterator.MapEntry

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

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


Constructor Summary
MapEntryIterator.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

MapEntryIterator.MapEntry

public MapEntryIterator.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.