public interface PrefetchableIterator<T>
extends java.util.Iterator<T>
Iterator
that supports prefetching the next set of records.Modifier and Type | Method and Description |
---|---|
boolean |
isReady()
Returns
true if and only if Iterator.hasNext() and Iterator.next() will not require an
expensive operation. |
void |
prefetch()
|