|
Project 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
DBException
Record getNextRecord()
throws DBException
DBException
Key getNextKey()
throws DBException
DBException
Value getNextValue()
throws DBException
DBException
|
JXTA J2SE | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||