public interface RecordEnumeration
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
boolean |
hasNextElement() |
boolean |
hasPreviousElement() |
boolean |
isKeptUpdated() |
void |
keepUpdated(boolean keepUpdated) |
byte[] |
nextRecord() |
int |
nextRecordId() |
int |
numRecords() |
byte[] |
previousRecord() |
int |
previousRecordId() |
void |
rebuild() |
void |
reset() |
int numRecords()
byte[] nextRecord() throws InvalidRecordIDException, RecordStoreNotOpenException, RecordStoreException
int nextRecordId() throws InvalidRecordIDException
InvalidRecordIDException
byte[] previousRecord() throws InvalidRecordIDException, RecordStoreNotOpenException, RecordStoreException
int previousRecordId() throws InvalidRecordIDException
InvalidRecordIDException
boolean hasNextElement()
boolean hasPreviousElement()
void reset()
void rebuild()
void keepUpdated(boolean keepUpdated)
boolean isKeptUpdated()
void destroy()