public interface FieldIterator extends ListIterator<Field>
nextField() and {#link previousField} methods. Note that since java 1.5/MMBase
1.9 the methods ListIterator.next() and ListIterator.previous() return Fields too because this
Iterator now implements ListIterator<Field>.| Modifier and Type | Method and Description |
|---|---|
Field |
nextField()
Returns the next element in the iterator as a Field
|
Field |
previousField()
Returns the previous element in the iterator as a Field
|
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, setforEachRemainingMMBase 1.9-SNAPSHOT - ${javadoctimestamp}