|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--step.FieldIterator
Obtain serial access to the fields of a record.
StepRecord.fieldIterator()| Constructor Summary | |
FieldIterator(StepObject[] fields)
Create a field iterator from a set of field data. |
|
| Method Summary | |
boolean |
hasNext()
Are there more fields to access? |
Object |
next()
Get the next field. |
void |
remove()
Unsupported operation: can't remove fields. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FieldIterator(StepObject[] fields)
| Method Detail |
public boolean hasNext()
hasNext in interface Iteratorpublic Object next()
next in interface IteratorNoSuchElementException - if there are no more fields.public void remove()
remove in interface IteratorUnsupportedOperationException - always.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||