org.axiondb
public interface RowDecoratorIterator
current
,next
,previous
,
first
, or last
is invoked, all previously returned values
are invalidated.)
Version: $Revision: 1.7 $ $Date: 2005/04/08 13:40:43 $
Method Summary | |
---|---|
RowDecorator | current() |
RowDecorator | first() |
RowDecorator | getDecorator() |
RowIterator | getIterator() |
boolean | hasCurrent() |
boolean | hasNext() |
boolean | hasPrevious() |
RowDecorator | last() |
RowDecorator | next() |
RowDecorator | previous() |
void | reset() |
void | setDecorator(RowDecorator decorator) |
void | setIterator(RowIterator iterator) |
int | size() |