public class IntermediateFutureIterator<E> extends Object implements Iterator<E>
IntermediateFutureIterator(IIntermediateFuture<E> fut)
boolean
hasNext()
E
next()
void
remove()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public IntermediateFutureIterator(IIntermediateFuture<E> fut)
public boolean hasNext()
hasNext
Iterator<E>
public E next()
next
public void remove()
remove
Copyright © 2013. All Rights Reserved.