|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mckoi.database.SimpleRowEnumeration
public final class SimpleRowEnumeration
A RowEnumeration implementation that represents a sequence of rows that can be referenced in incremental order between 0 and row_count (exclusive). A Table that returns a SimpleRowEnumeration is guarenteed to provide valid TObject values via the 'getCellContents' method between rows 0 and getRowCount().
Constructor Summary | |
---|---|
SimpleRowEnumeration(int row_count)
Constructs the RowEnumeration. |
Method Summary | |
---|---|
boolean |
hasMoreRows()
Determines if there are any rows left in the enumeration. |
int |
nextRowIndex()
Returns the next row index from the enumeration. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleRowEnumeration(int row_count)
Method Detail |
---|
public final boolean hasMoreRows()
RowEnumeration
hasMoreRows
in interface RowEnumeration
public final int nextRowIndex()
RowEnumeration
nextRowIndex
in interface RowEnumeration
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |