| Package | Description |
|---|---|
| tech.bitey.dataframe |
| Modifier and Type | Method and Description |
|---|---|
default Cursor |
DataFrame.cursor()
Returns a
Cursor pointing at the first row in this dataframe. |
Cursor |
DataFrame.cursor(int rowIndex)
Returns a
Cursor at the specified row index. |
Copyright © 2020. All rights reserved.