
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() |
removeiteratorprotected boolean hasNext
protected T nextItem
Copyright © 2015. All Rights Reserved.