org.mmbase.bridge
Interface RelationManagerIterator

All Superinterfaces:
Iterator<RelationManager>, ListIterator<RelationManager>
All Known Implementing Classes:
BasicRelationManagerList.BasicRelationManagerIterator, BridgeCollections.UnmodifiableRelationManagerIterator

public interface RelationManagerIterator
extends ListIterator<RelationManager>

A list of nodes

Version:
$Id: RelationManagerIterator.java 41186 2010-02-26 17:54:31Z michiel $
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 java.util.ListIterator
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, set
 

Method Detail

nextRelationManager

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

Returns:
next RelationManager

previousRelationManager

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

Returns:
previous RelationManager
Since:
MMBase-1.7


MMBase 2.0-SNAPSHOT - null