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  trueif and only ifIterator.hasNext()andIterator.next()will not require an
 expensive operation. | 
| void | prefetch() |