org.axiondb.engine.rowiterators

Class ListIteratorRowIterator

public class ListIteratorRowIterator extends BaseRowIterator

A RowIteratorthat simply wraps a ListIterator.

Version: $Revision: 1.9 $ $Date: 2005/04/09 01:52:42 $

Author: Rodney Waldhoff Ahimanikya Satapathy

Constructor Summary
ListIteratorRowIterator(ListIterator iter)
Method Summary
voidadd(Row row)
Rowcurrent()
intcurrentIndex()
booleanhasCurrent()
booleanhasNext()
booleanhasPrevious()
Rownext()
intnextIndex()
Rowprevious()
intpreviousIndex()
voidremove()
voidreset()
voidset(Row row)
StringtoString()

Constructor Detail

ListIteratorRowIterator

public ListIteratorRowIterator(ListIterator iter)

Method Detail

add

public void add(Row row)

current

public Row current()

currentIndex

public int currentIndex()

hasCurrent

public boolean hasCurrent()

hasNext

public boolean hasNext()

hasPrevious

public boolean hasPrevious()

next

public Row next()

nextIndex

public int nextIndex()

previous

public Row previous()

previousIndex

public int previousIndex()

remove

public void remove()

reset

public void reset()

set

public void set(Row row)

toString

public String toString()