com.hazelcast.client
Class ValueIterator<K,V>

java.lang.Object
  extended by com.hazelcast.client.ValueIterator<K,V>
All Implemented Interfaces:
Iterator<V>

public class ValueIterator<K,V>
extends Object
implements Iterator<V>


Constructor Summary
ValueIterator(Iterator<Map.Entry<K,V>> entryIterator)
           
 
Method Summary
 boolean hasNext()
           
 V next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueIterator

public ValueIterator(Iterator<Map.Entry<K,V>> entryIterator)
Method Detail

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.