toggle menu
KSLCore
R1.1.3
jvm
switch theme
search in API
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
for
Each
Remaining
Link copied to clipboard
open
fun
forEachRemaining
(
p0
:
Consumer
<
in
RowGetterIfc
>
)
has
Next
Link copied to clipboard
open
operator override
fun
hasNext
(
)
:
Boolean
next
Link copied to clipboard
open
operator override
fun
next
(
)
:
RowGetterIfc