public final class SimpleRowEnumeration extends Object implements RowEnumeration
| Constructor and Description |
|---|
SimpleRowEnumeration(int row_count)
Constructs the RowEnumeration.
|
| Modifier and Type | Method and 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 © 2016. All rights reserved.