public interface NodeIterator extends RangeIterator
Nodes with nextNode as well as a skip method inherited from RangeIterator.| Modifier and Type | Method and Description | 
|---|---|
| Node | nextNode()Returns the next  Nodein the iteration. | 
getPosition, getSize, skipNode nextNode()
Node in the iteration.Node in the iteration.java.util.NoSuchElementException - if iteration has no more Nodes.