T - the type of the inner valuepublic abstract class LsaExtIterator<T> extends Object implements 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() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected T next
protected boolean hasNext
protected boolean isInit
Copyright © 2018. All rights reserved.