com.hazelcast.client
Class MapEntrySetIterator<K,V>
java.lang.Object
com.hazelcast.client.MapEntrySetIterator<K,V>
- All Implemented Interfaces:
- Iterator<Map.Entry<K,V>>
public class MapEntrySetIterator<K,V>
- extends Object
- implements Iterator<Map.Entry<K,V>>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
it
protected final Iterator it
proxy
protected final EntryHolder<K,V> proxy
instanceType
protected final Instance.InstanceType instanceType
lastEntry
protected volatile Map.Entry<K,V> lastEntry
MapEntrySetIterator
public MapEntrySetIterator(Iterator iterator,
EntryHolder<K,V> proxy,
Instance.InstanceType instanceType)
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator<Map.Entry<K,V>>
next
public Map.Entry<K,V> next()
- Specified by:
next in interface Iterator<Map.Entry<K,V>>
remove
public void remove()
- Specified by:
remove in interface Iterator<Map.Entry<K,V>>
Copyright © 2012 Hazel Bilisim Ltd.. All Rights Reserved.