org.axiondb.engine.rowiterators
public class CollatingRowIterator extends BaseRowIterator
Version: $Revision: 1.19 $ $Date: 2005/12/20 18:32:40 $
Constructor Summary | |
---|---|
CollatingRowIterator(RowComparator comparator) |
Method Summary | |
---|---|
void | addRowIterator(RowIterator iter) |
Row | current() |
int | currentIndex() |
boolean | hasCurrent() |
boolean | hasNext() |
boolean | hasPrevious() |
Row | last() |
Row | next() |
int | nextIndex() |
Row | previous() |
int | previousIndex() |
void | remove() |
void | reset() |
void | set(Row row) |
int | size() |
String | toString() |