public abstract class AbstractIterator<T>
extends java.lang.Object
implements java.util.Iterator<T>
| Constructor and Description |
|---|
AbstractIterator() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
computeNext() |
protected T |
endOfData() |
boolean |
hasNext() |
T |
next() |