|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--org.mmbase.bridge.implementation.BasicList.BasicIterator
|
+--org.mmbase.bridge.implementation.BasicNodeList.BasicNodeIterator
|
+--org.mmbase.bridge.implementation.BasicRelationList.BasicRelationIterator
| Fields inherited from class org.mmbase.bridge.implementation.BasicList.BasicIterator |
index, list |
| Method Summary | |
void |
add(java.lang.Object o)
|
void |
add(Relation n)
|
Relation |
nextRelation()
Returns the next element in the iterator as a Relation |
void |
set(java.lang.Object o)
|
void |
set(Relation n)
|
| Methods inherited from class org.mmbase.bridge.implementation.BasicNodeList.BasicNodeIterator |
add, nextNode, 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.NodeIterator |
nextNode |
| Methods inherited from interface java.util.ListIterator |
hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove |
| Method Detail |
public void set(java.lang.Object o)
set in interface java.util.ListIteratorset in class BasicNodeList.BasicNodeIteratorpublic void add(java.lang.Object o)
add in interface java.util.ListIteratoradd in class BasicNodeList.BasicNodeIteratorpublic void set(Relation n)
public void add(Relation n)
public Relation nextRelation()
RelationIteratornextRelation in interface RelationIterator
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||