org.mmbase.bridge
Interface NodeManagerIterator

All Superinterfaces:
Iterator, ListIterator, NodeIterator
All Known Subinterfaces:
RelationManagerIterator
All Known Implementing Classes:
BasicNodeManagerList.BasicNodeManagerIterator, BasicRelationManagerList.BasicRelationManagerIterator

public interface NodeManagerIterator
extends NodeIterator

A list of nodes

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

Method Summary
 NodeManager nextNodeManager()
          Returns the next element in the iterator as a NodeManager
 NodeManager previousNodeManager()
          Returns the previous element in the iterator as a NodeManager
 
Methods inherited from interface org.mmbase.bridge.NodeIterator
nextNode, previousNode
 
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

Returns:
next node manager

previousNodeManager

public NodeManager previousNodeManager()
Returns the previous element in the iterator as a NodeManager

Returns:
previous node manager
Since:
MMBase-1.7


MMBase build 1.8.1.20060716