private class AbstractBeginNode.BlockNodeIterator extends Object implements Iterator<FixedNode>
| Constructor and Description |
|---|
BlockNodeIterator(FixedNode next) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
FixedNode |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic BlockNodeIterator(FixedNode next)