public interface NodeIterator extends ListIterator<Node>
nextNode() and previousNode(). Note that since
MMBase-1.9/Java 1.5, this simply implements ListIterator<Node> and ListIterator.next() and ListIterator.previous() don't require casting either.| Modifier and Type | Method and Description |
|---|---|
Node |
nextNode()
Returns the next element in the iterator as a Node
|
Node |
previousNode()
Returns the previous element in the iterator as a Node
|
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, setforEachRemainingMMBase 1.9-SNAPSHOT - ${javadoctimestamp}