org.axiondb.engine.rowiterators
public class ListRowIterator extends BaseRowIterator
Version: $Revision: 1.2 $ $Date: 2005/04/22 02:28:53 $
Constructor Summary | |
---|---|
ListRowIterator(List list) |
Method Summary | |
---|---|
Row | current() |
int | currentIndex() |
boolean | hasCurrent() |
boolean | hasNext() |
boolean | hasPrevious() |
Row | last() |
Row | next() |
int | nextIndex() |
Row | previous() |
int | previousIndex() |
void | reset() |
int | size() |