org.mmbase.bridge
Interface FieldIterator

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

public interface FieldIterator
extends ListIterator

A list of nodes

Version:
$Id: FieldIterator.java,v 1.5 2004/10/09 09:40:10 nico 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

Returns:
next Field

previousField

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

Returns:
previous Field


MMBase build 1.8.1.20060716