org.mmbase.bridge
Interface NodeManagerIterator

All Superinterfaces:
java.util.Iterator, java.util.ListIterator
All Known Subinterfaces:
RelationManagerIterator
All Known Implementing Classes:
BasicNodeManagerList.BasicNodeManagerIterator, RemoteRelationManagerIterator_Impl, RemoteNodeManagerIterator_Impl

public interface NodeManagerIterator
extends java.util.ListIterator

A list of nodes

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

Method Summary
 NodeManager nextNodeManager()
          Returns the next element in the iterator as a NodeManager
 
Methods inherited from interface java.util.ListIterator
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, set
 

Method Detail

nextNodeManager

public NodeManager nextNodeManager()
Returns the next element in the iterator as a NodeManager


MMBase 2002