public abstract class PrefetchIterator<T> extends Object implements Iterator<T>
protected
PrefetchIterator()
void
close()
boolean
hasNext()
T
next()
protected abstract Iterator<T>
prefetch()
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected PrefetchIterator()
protected abstract Iterator<T> prefetch() throws Exception
Exception
public boolean hasNext()
hasNext
Iterator<T>
public T next()
next
public void close()
public void remove()
remove
Copyright © 2015. All rights reserved.