
public abstract class LookaheadIterator<T> extends ReadOnlyIterator<T>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
hasNext |
protected T |
nextItem |
| Constructor and Description |
|---|
LookaheadIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
protected abstract void |
lookahead() |
T |
next() |
removeiteratorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingforEach, spliteratorprotected boolean hasNext
protected T nextItem
Copyright © 2017. All rights reserved.