public abstract class LazyIterator<T> extends Object implements Iterator<T>
| Constructor and Description |
|---|
LazyIterator() |
protected final T endOfData()
computeNext() method, signals that there are no more
elements to returnprotected abstract T computeNext()
endOfData()
if there are no more elements to returnCopyright © 2017. All Rights Reserved.