org.axiondb.engine.rowcollection
private class IntRowMap.ValueRowIterator extends EntryIterator implements RowIterator
Method Summary | |
---|---|
void | add(Row row) |
Row | current() |
Row | first() |
Row | last() |
Row | next() |
int | next(int count) |
Row | peekNext() |
Row | peekPrevious() |
Row | previous() |
int | previous(int count) |
void | set(Row row) |