public abstract class NodeIterator<T extends Node> extends Object implements Iterator<T>
| Constructor and Description |
|---|
NodeIterator() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
forward() |
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic NodeIterator()
protected abstract void forward()