org.mmbase.bridge.implementation
Class BasicRelationManagerList.BasicRelationManagerIterator

java.lang.Object
  |
  +--org.mmbase.bridge.implementation.BasicList.BasicIterator
        |
        +--org.mmbase.bridge.implementation.BasicNodeManagerList.BasicNodeManagerIterator
              |
              +--org.mmbase.bridge.implementation.BasicRelationManagerList.BasicRelationManagerIterator
All Implemented Interfaces:
java.util.Iterator, java.util.ListIterator, NodeManagerIterator, RelationManagerIterator
Enclosing class:
BasicRelationManagerList

public class BasicRelationManagerList.BasicRelationManagerIterator
extends BasicNodeManagerList.BasicNodeManagerIterator
implements RelationManagerIterator


Fields inherited from class org.mmbase.bridge.implementation.BasicList.BasicIterator
index, list
 
Method Summary
 void add(java.lang.Object o)
           
 void add(RelationManager n)
           
 RelationManager nextRelationManager()
          Returns the next element in the iterator as a RelationManager
 void set(java.lang.Object o)
           
 void set(RelationManager n)
           
 
Methods inherited from class org.mmbase.bridge.implementation.BasicNodeManagerList.BasicNodeManagerIterator
add, nextNodeManager, set
 
Methods inherited from class org.mmbase.bridge.implementation.BasicList.BasicIterator
hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.mmbase.bridge.NodeManagerIterator
nextNodeManager
 
Methods inherited from interface java.util.ListIterator
hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove
 

Method Detail

set

public void set(java.lang.Object o)
Specified by:
set in interface java.util.ListIterator
Overrides:
set in class BasicNodeManagerList.BasicNodeManagerIterator

add

public void add(java.lang.Object o)
Specified by:
add in interface java.util.ListIterator
Overrides:
add in class BasicNodeManagerList.BasicNodeManagerIterator

set

public void set(RelationManager n)

add

public void add(RelationManager n)

nextRelationManager

public RelationManager nextRelationManager()
Description copied from interface: RelationManagerIterator
Returns the next element in the iterator as a RelationManager
Specified by:
nextRelationManager in interface RelationManagerIterator


MMBase 2002