public class ValueIterator<K,V> extends Object implements Iterator<V>
ValueIterator(Iterator<Map.Entry<K,V>> entryIterator)
boolean
hasNext()
V
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ValueIterator(Iterator<Map.Entry<K,V>> entryIterator)
public boolean hasNext()
hasNext
Iterator<V>
public V next()
next
public void remove()
remove
Copyright © 2013 Hazelcast, Inc.. All rights reserved.