org.axiondb.engine.rowiterators

Class SingleRowIterator

public class SingleRowIterator extends Object implements RowIterator

A RowIteratorover a single Row.

Version: $Revision: 1.12 $ $Date: 2005/04/22 02:28:53 $

Author: Rodney Waldhoff Ahimanikya Satapathy

Constructor Summary
SingleRowIterator(Row row)
Method Summary
voidadd(Row row)
Rowcurrent()
intcurrentIndex()
Rowfirst()
booleanhasCurrent()
booleanhasNext()
booleanhasPrevious()
booleanisEmpty()
Rowlast()
Rownext()
intnext(int count)
intnextIndex()
RowpeekNext()
RowpeekPrevious()
Rowprevious()
intprevious(int count)
intpreviousIndex()
voidremove()
voidreset()
voidset(Row row)
intsize()
StringtoString()

Constructor Detail

SingleRowIterator

public SingleRowIterator(Row row)

Method Detail

add

public void add(Row row)

current

public Row current()

currentIndex

public int currentIndex()

first

public Row first()

hasCurrent

public boolean hasCurrent()

hasNext

public boolean hasNext()

hasPrevious

public boolean hasPrevious()

isEmpty

public boolean isEmpty()

last

public Row last()

next

public Row next()

next

public int next(int count)

nextIndex

public int nextIndex()

peekNext

public Row peekNext()

peekPrevious

public Row peekPrevious()

previous

public Row previous()

previous

public int previous(int count)

previousIndex

public int previousIndex()

remove

public void remove()

reset

public void reset()

set

public void set(Row row)

size

public int size()

toString

public String toString()