org.axiondb.engine.rowcollection
public class IntHashMap.ValueIterator extends IntHashMap.EntryIterator
Method Summary | |
---|---|
void | add(Object row) |
Object | current() |
Object | first() |
Object | last() |
Object | next() |
int | next(int count) |
Object | peekNext() |
Object | peekPrevious() |
Object | previous() |
int | previous(int count) |
void | set(Object row) |