org.mmbase.bridge
Interface FieldIterator

All Superinterfaces:
java.util.Iterator, java.util.ListIterator
All Known Implementing Classes:
BasicFieldList.BasicFieldIterator

public interface FieldIterator
extends java.util.ListIterator

A list of nodes

Version:
$Id: FieldIterator.java,v 1.4 2003/03/04 09:19:05 pierre Exp $
Author:
Pierre van Rooden

Method Summary
 Field nextField()
          Returns the next element in the iterator as a Field
 Field previousField()
          Returns the previous element in the iterator as a Field
 
Methods inherited from interface java.util.ListIterator
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, set
 

Method Detail

nextField

public Field nextField()
Returns the next element in the iterator as a Field


previousField

public Field previousField()
Returns the previous element in the iterator as a Field



MMBase build 1.7.1.20041002