|
JXTA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RecordSet
RecordSet is an interface for iterating over a set of Records. It is almost always returned by Filers.
Method Summary | |
---|---|
Key |
getNextKey()
getNextKey returns the next Record's Key, and skips the RecordSet ahead to the next Record. |
Record |
getNextRecord()
getNextRecord returns the next Record in the set. |
Value |
getNextValue()
getNextValue returns the next Record's Value, and skips the RecordSet ahead to the next Record. |
boolean |
hasMoreRecords()
hasMoreRecords returns whether or not there are any Records left in the set. |
Method Detail |
---|
boolean hasMoreRecords() throws DBException
BTreeException
- if a DB exception occurs
DBException
Record getNextRecord() throws DBException
BTreeException
- if a DB exception occurs
DBException
Key getNextKey() throws DBException
BTreeException
- if a DB exception occurs
DBException
Value getNextValue() throws DBException
BTreeException
- if a DB exception occurs
DBException
|
JXSE | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |