class NodeUsageIterator extends Object implements Iterator<Node>
| Modifier and Type | Field and Description |
|---|---|
(package private) Node |
current |
(package private) int |
index |
(package private) Node |
node |
| Constructor and Description |
|---|
NodeUsageIterator(Node node) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
advance() |
boolean |
hasNext() |
Node |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic NodeUsageIterator(Node node)