RowEnumeration
public 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()
RowEnumeration
hasMoreRows
in interface RowEnumeration
public final int nextRowIndex()
RowEnumeration
nextRowIndex
in interface RowEnumeration
Copyright © 2018. All rights reserved.