org.axiondb.engine.rowiterators

Class ListRowIterator

public class ListRowIterator extends BaseRowIterator

A RowIteratorthat for a given java.util.List.

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

Author: Ahimanikya Satapathy

Constructor Summary
ListRowIterator(List list)
Method Summary
Rowcurrent()
intcurrentIndex()
booleanhasCurrent()
booleanhasNext()
booleanhasPrevious()
Rowlast()
Rownext()
intnextIndex()
Rowprevious()
intpreviousIndex()
voidreset()
intsize()

Constructor Detail

ListRowIterator

public ListRowIterator(List list)

Method Detail

current

public Row current()

currentIndex

public int currentIndex()

hasCurrent

public boolean hasCurrent()

hasNext

public boolean hasNext()

hasPrevious

public boolean hasPrevious()

last

public Row last()

next

public Row next()

nextIndex

public int nextIndex()

previous

public Row previous()

previousIndex

public int previousIndex()

reset

public void reset()

size

public int size()