org.mmbase.bridge
Interface RelationIterator

All Superinterfaces:
java.util.Iterator, java.util.ListIterator, NodeIterator
All Known Implementing Classes:
BasicRelationList.BasicRelationIterator

public interface RelationIterator
extends NodeIterator

A list of nodes

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

Method Summary
 Relation nextRelation()
          Returns the next element in the iterator as a Relation
 
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

nextRelation

public Relation nextRelation()
Returns the next element in the iterator as a Relation


MMBase build 1.6.5.20030923