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
Node in the iteration. |
getPosition, getSize, skipNode nextNode()
Node in the iteration.Node in the iteration.java.util.NoSuchElementException - if iteration has no more Nodes.Copyright © 2004-2005 Day Software Management AG. All Rights Reserved.