org.axiondb.engine.rowiterators
public class RowIteratorRowDecoratorIterator extends Object implements RowDecoratorIterator
decorator
and
RowIterator.
Version: $Revision: 1.10 $ $Date: 2005/12/20 18:32:41 $
Constructor Summary | |
---|---|
RowIteratorRowDecoratorIterator(RowIterator iterator, RowDecorator decorator) |
Method Summary | |
---|---|
void | add(Row row) |
RowDecorator | current() |
RowDecorator | first() |
RowDecorator | getDecorator() |
RowIterator | getIterator() |
boolean | hasCurrent() |
boolean | hasNext() |
boolean | hasPrevious() |
RowDecorator | last() |
RowDecorator | next() |
int | nextIndex() |
RowDecorator | previous() |
int | previousIndex() |
void | remove() |
void | reset() |
void | set(Row row) |
void | setDecorator(RowDecorator decorator) |
void | setIterator(RowIterator iterator) |
int | size() |