|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RecordIterator
RecordIterator interface.
| Method Summary | |
|---|---|
void |
close()
Close this iterator. |
boolean |
hasNext()
Return a flag indicating whether there are more records. |
Record |
nextRecord()
Return the next record. |
| Method Detail |
|---|
boolean hasNext()
true if there are more records;
false otherwise
Record nextRecord()
throws NoSuchElementException,
JournalException
NoSuchElementException. If an error occurs,
throws a JournalException.
NoSuchElementException - if there are no more records
JournalException - if another error occursvoid close()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||