toggle menu
Variist
2.0.0
jvm
switch theme
search in API
Variist
/
com.tegonal.variist.utils.impl
/
BaseLongFromUntilRepeatingIterator
Base
Long
From
Until
Repeating
Iterator
abstract
class
BaseLongFromUntilRepeatingIterator
<
T
>
(
from
:
Long
,
toExclusive
:
Long
,
offset
:
Long
=
0
,
step
:
Long
=
1
)
:
Iterator
<
T
>
(
source
)
!! No backward compatibility guarantees !! Reuse at your own risk
Since
2.0.0
Inheritors
LongFromUntilRepeatingIterator
Members
Constructors
Base
Long
From
Until
Repeating
Iterator
Link copied to clipboard
constructor
(
from
:
Long
,
toExclusive
:
Long
,
offset
:
Long
=
0
,
step
:
Long
=
1
)
Functions
for
Each
Remaining
Link copied to clipboard
open
fun
forEachRemaining
(
p0
:
Consumer
<
in
T
>
)
get
Element
At
Link copied to clipboard
abstract
fun
getElementAt
(
index
:
Long
)
:
T
has
Next
Link copied to clipboard
open
operator override
fun
hasNext
(
)
:
Boolean
next
Link copied to clipboard
open
operator override
fun
next
(
)
:
T