T - the type of the inner valuepublic abstract class LsaExtIterator<T>
extends java.lang.Object
implements java.util.Iterator<T>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
hasNext |
protected boolean |
isInit |
protected T |
next |
| Constructor and Description |
|---|
LsaExtIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
protected abstract void |
nextIteration() |
void |
remove() |
protected T next
protected boolean hasNext
protected boolean isInit