org.mmbase.bridge.implementation
Class BasicNodeList.BasicNodeIterator

java.lang.Object
  |
  +--org.mmbase.bridge.implementation.BasicList.BasicIterator
        |
        +--org.mmbase.bridge.implementation.BasicNodeList.BasicNodeIterator
All Implemented Interfaces:
java.util.Iterator, java.util.ListIterator, NodeIterator
Direct Known Subclasses:
BasicRelationList.BasicRelationIterator
Enclosing class:
BasicNodeList

public class BasicNodeList.BasicNodeIterator
extends BasicList.BasicIterator
implements NodeIterator


Fields inherited from class org.mmbase.bridge.implementation.BasicList.BasicIterator
index, list
 
Method Summary
 void add(Node n)
           
 void add(java.lang.Object o)
           
 Node nextNode()
          Returns the next element in the iterator as a Node
 void set(Node n)
           
 void set(java.lang.Object o)
           
 
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 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 BasicList.BasicIterator

add

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

set

public void set(Node n)

add

public void add(Node n)

nextNode

public Node nextNode()
Description copied from interface: NodeIterator
Returns the next element in the iterator as a Node
Specified by:
nextNode in interface NodeIterator


MMBase 2002