org.axiondb.engine.rowiterators
public class ReverseSortedRowIterator extends BaseRowIterator
Version: $Revision: 1.1 $ $Date: 2005/03/31 00:07:06 $
Constructor Summary | |
---|---|
ReverseSortedRowIterator(RowIterator sortedIterator) |
Method Summary | |
---|---|
void | add(Row row) Not supported in the base implementation. |
Row | current() |
int | currentIndex() |
Row | first() |
boolean | hasCurrent() |
boolean | hasNext() |
boolean | hasPrevious() |
boolean | isEmpty() |
Row | last() |
Row | next() |
int | nextIndex() |
Row | peekNext() |
Row | peekPrevious() |
Row | previous() |
int | previousIndex() |
void | remove() |
void | reset() |
void | set(Row row) |
String | toString() |