|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FieldIterator
An iterator with 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>.
| 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 |
|---|
Field nextField()
Field previousField()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||