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