org.mmbase.bridge
Interface RelationManagerIterator

All Superinterfaces:
java.util.Iterator, java.util.ListIterator, NodeIterator, NodeManagerIterator
All Known Implementing Classes:
BasicRelationManagerList.BasicRelationManagerIterator

public interface RelationManagerIterator
extends NodeManagerIterator

A list of nodes

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

Method Summary
 RelationManager nextRelationManager()
          Returns the next element in the iterator as a RelationManager
 
Methods inherited from interface org.mmbase.bridge.NodeManagerIterator
nextNodeManager
 
Methods inherited from interface org.mmbase.bridge.NodeIterator
nextNode
 
Methods inherited from interface java.util.ListIterator
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, set
 

Method Detail

nextRelationManager

public RelationManager nextRelationManager()
Returns the next element in the iterator as a RelationManager


MMBase build 1.6.5.20030923