T - the type of the elementspublic abstract class LsaIterator<T>
extends java.lang.Object
implements java.util.Iterator<T>
remove method.| Constructor and Description |
|---|
LsaIterator() |
| Modifier and Type | Method and Description |
|---|---|
T |
next() |
abstract T |
nextIteration() |
void |
remove() |