org.axiondb.engine.rowiterators
public class ChangingIndexedRowIterator extends Object implements MutableIndexedRowIterator
reset
to recreate the iterator for
a new BindVariable bound value
.
Version: $Revision: 1.16 $ $Date: 2005/12/20 18:32:41 $
Constructor Summary | |
---|---|
ChangingIndexedRowIterator(Index index, Table table, Function fn) |
Method Summary | |
---|---|
void | add(Row row) |
Row | current() |
int | currentIndex() |
Row | first() |
boolean | hasCurrent() |
boolean | hasNext() |
boolean | hasPrevious() |
boolean | indexSet() |
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 | removeIndexKey() |
void | reset() |
void | set(Row row) |
void | setIndexKey(Object value) |
int | size() |
String | toString() |