com.hazelcast.client
Class MapEntryIterator.MapEntry
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapEntryIterator.MapEntry
public MapEntryIterator.MapEntry(K key,
V value,
EntryHolder<K,V> proxy)
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.