org.mmbase.bridge
Interface NodeIterator

All Superinterfaces:
Iterator, ListIterator
All Known Subinterfaces:
NodeManagerIterator, RelationIterator, RelationManagerIterator, TreeIterator
All Known Implementing Classes:
BasicNodeList.BasicNodeIterator, BasicNodeManagerList.BasicNodeManagerIterator, BasicRelationList.BasicRelationIterator, BasicRelationManagerList.BasicRelationManagerIterator, CollectionNodeList.BasicNodeIterator, CollectionRelationList.BasicRelationIterator, HugeNodeListIterator, TreeList.TreeItr

public interface NodeIterator
extends ListIterator

A list of nodes

Version:
$Id: NodeIterator.java,v 1.7 2004/10/09 09:39:32 nico Exp $
Author:
Pierre van Rooden

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

nextNode

public Node nextNode()
Returns the next element in the iterator as a Node

Returns:
next Node

previousNode

public Node previousNode()
Returns the previous element in the iterator as a Node

Returns:
previous Node
Since:
MMBase-1.7


MMBase build 1.8.1.20060716