org.mmbase.bridge
Interface RelationManagerIterator

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

public interface RelationManagerIterator
extends NodeManagerIterator

A list of nodes

Version:
$Id: RelationManagerIterator.java,v 1.6 2004/10/09 09:39:31 nico Exp $
Author:
Pierre van Rooden

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

nextRelationManager

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

Returns:
next RelationManager

previousRelationManager

public RelationManager previousRelationManager()
Returns the previous element in the iterator as a RelationManager

Returns:
previous RelationManager
Since:
MMBase-1.7


MMBase build 1.8.1.20060716