org.axiondb.engine.rowiterators
public abstract class BaseRowIterator extends Object implements RowIterator
Version: $Revision: 1.11 $ $Date: 2005/04/22 02:28:53 $
Method Summary | |
---|---|
void | add(Row row) Not supported in the base implementation. |
abstract Row | current() |
abstract int | currentIndex() |
Row | first() |
abstract boolean | hasCurrent() |
abstract boolean | hasNext() |
abstract boolean | hasPrevious() |
boolean | isEmpty() |
Row | last() |
abstract Row | next() |
int | next(int count) |
abstract int | nextIndex() |
Row | peekNext() |
Row | peekPrevious() |
abstract Row | previous() |
int | previous(int count) |
abstract int | previousIndex() |
void | remove() Not supported in the base implementation. |
abstract void | reset() |
void | set(Row row) Not supported in the base implementation. |
int | size() |