RowIterator

inner class RowIterator(startingRowNum: Long = 1) : Iterator<RowGetterIfc>

Constructors

Link copied to clipboard
constructor(startingRowNum: Long = 1)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun hasNext(): Boolean
Link copied to clipboard
open operator override fun next(): RowGetterIfc