|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RecordIterator
An iterator that iterates over records, for example those in a BTree.
BTree| Method Summary | |
|---|---|
void |
close()
Closes the iterator, freeing any resources that it uses. |
byte[] |
next()
Returns the next record in the BTree. |
void |
set(byte[] record)
Replaces the last record returned by next() with the specified
record. |
| Method Detail |
|---|
byte[] next()
throws IOException
IOException - In case an I/O error occurred.
void set(byte[] record)
throws IOException
next() with the specified
record.
IOException - In case an I/O error occurred.
void close()
throws IOException
IOException - In case an I/O error occurred.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||