org.axiondb.engine.rowiterators
public class SingleRowIterator extends Object implements RowIterator
Constructor Summary | |
---|---|
SingleRowIterator(Row row) |
Method Summary | |
---|---|
void | add(Row row) |
Row | current() |
int | currentIndex() |
Row | first() |
boolean | hasCurrent() |
boolean | hasNext() |
boolean | hasPrevious() |
boolean | isEmpty() |
Row | last() |
Row | next() |
int | next(int count) |
int | nextIndex() |
Row | peekNext() |
Row | peekPrevious() |
Row | previous() |
int | previous(int count) |
int | previousIndex() |
void | remove() |
void | reset() |
void | set(Row row) |
int | size() |
String | toString() |