org.mmbase.bridge
Interface NodeIterator

All Superinterfaces:
java.util.Iterator, java.util.ListIterator
All Known Subinterfaces:
NodeManagerIterator, RelationIterator, RelationManagerIterator
All Known Implementing Classes:
BasicNodeList.BasicNodeIterator

public interface NodeIterator
extends java.util.ListIterator

A list of nodes

Version:
$Id: NodeIterator.java,v 1.4 2002/01/31 10:05:08 pierre Exp $
Author:
Pierre van Rooden

Method Summary
 Node nextNode()
          Returns the next 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


MMBase build 1.6.5.20030923