Class Information
Package: com.onepg.util
Class Name: IoRows
Extends: ArrayList<IoItems>
Description
Multiple rows list.
- Holds multiple map data.
Method List
hasNextRow
public boolean hasNextRow()
Checks whether the next row exists.
Return Value
boolean - true if the next row exists
setHasNextRow
public void setHasNextRow(boolean hasNextRow)
Sets the next-row existence flag.
Parameters
| Name | Type | Description |
|---|---|---|
hasNextRow |
boolean |
true if the next row exists |