public abstract class PrefetchIterator<T> extends Object implements Iterator<T>
| Constructor and Description |
|---|
PrefetchIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
protected abstract T |
prefetch()
Reimplement this method to return an element on each call.
|
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected T next
protected abstract T prefetch()
NoSuchElementException Exception when no more elements available.Copyright © 2018 DataWeb Research. All rights reserved.