RowEnumerationpublic final class SimpleRowEnumeration extends java.lang.Object implements RowEnumeration
| Constructor | Description |
|---|---|
SimpleRowEnumeration(int row_count) |
Constructs the RowEnumeration.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
hasMoreRows() |
Determines if there are any rows left in the enumeration.
|
int |
nextRowIndex() |
Returns the next row index from the enumeration.
|
public SimpleRowEnumeration(int row_count)
public final boolean hasMoreRows()
RowEnumerationhasMoreRows in interface RowEnumerationpublic final int nextRowIndex()
RowEnumerationnextRowIndex in interface RowEnumerationCopyright © 2018. All rights reserved.