KSLCore
Toggle table of contents
R1.1.9
jvm
Platform filter
jvm
Switch theme
Search in API
KSLCore
KSLCore
/
ksl.utilities.io.tabularfiles
/
TabularInputFile
/
RowIterator
Row
Iterator
inner
class
RowIterator
(
startingRowNum
:
Long
=
1
)
:
Iterator
<
RowGetterIfc
>
Members
Constructors
Row
Iterator
Link copied to clipboard
constructor
(
startingRowNum
:
Long
=
1
)
Properties
current
Row
Num
Link copied to clipboard
var
currentRowNum
:
Long
remaining
Num
Rows
Link copied to clipboard
var
remainingNumRows
:
Long
Functions
has
Next
Link copied to clipboard
open
operator override
fun
hasNext
(
)
:
Boolean
next
Link copied to clipboard
open
operator override
fun
next
(
)
:
RowGetterIfc