org.axiondb.engine.rowcollection

Class IntRowMap.ValueRowIterator

private class IntRowMap.ValueRowIterator extends EntryIterator implements RowIterator

Method Summary
voidadd(Row row)
Rowcurrent()
Rowfirst()
Rowlast()
Rownext()
intnext(int count)
RowpeekNext()
RowpeekPrevious()
Rowprevious()
intprevious(int count)
voidset(Row row)

Method Detail

add

public void add(Row row)

current

public Row current()

first

public Row first()

last

public Row last()

next

public Row next()

next

public int next(int count)

peekNext

public Row peekNext()

peekPrevious

public Row peekPrevious()

previous

public Row previous()

previous

public int previous(int count)

set

public void set(Row row)