|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NodeIterator
An iterator for Nodes, provider 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.
| Method Summary | |
|---|---|
Node |
nextNode()
Returns the next element in the iterator as a Node |
Node |
previousNode()
Returns the previous element in the iterator as a Node |
| Methods inherited from interface java.util.ListIterator |
|---|
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, set |
| Method Detail |
|---|
Node nextNode()
Node previousNode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||