T - public abstract class SinglePrefetchIterator<T> extends Object implements Iterator<T>
| Modifier | Constructor and Description |
|---|---|
protected |
SinglePrefetchIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
An iterator must always free all resources once done with iteration.
|
protected T |
finish() |
boolean |
hasNext() |
T |
next() |
protected abstract T |
prefetch() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected T finish()
public void close()
Copyright © 2018. All rights reserved.