|
Xindice API version 1.2m1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xindice.core.data.EmptyRecordSet
EmptyRecordSet implements an empty RecordSet.
| Constructor Summary | |
EmptyRecordSet()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EmptyRecordSet()
| Method Detail |
public boolean hasMoreRecords()
RecordSet
hasMoreRecords in interface RecordSetpublic Record getNextRecord()
RecordSet
getNextRecord in interface RecordSetpublic Key getNextKey()
RecordSet
getNextKey in interface RecordSetpublic Value getNextValue()
RecordSet
getNextValue in interface RecordSet
|
Xindice API version 1.2m1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||