toggle menu
Variist
2.0.0
jvm
switch theme
search in API
Variist
/
com.tegonal.variist.utils.impl
/
BaseBigIntFromUntilRepeatingIterator
Base
Big
Int
From
Until
Repeating
Iterator
abstract
class
BaseBigIntFromUntilRepeatingIterator
<
T
>
(
from
:
BigInt
,
toExclusive
:
BigInt
,
offset
:
BigInt
=
BigInt.ZERO
,
step
:
BigInt
=
BigInt.ONE
)
:
Iterator
<
T
>
(
source
)
!! No backward compatibility guarantees !! Reuse at your own risk
Since
2.0.0
Inheritors
BigIntFromUntilRepeatingIterator
Members
Constructors
Base
Big
Int
From
Until
Repeating
Iterator
Link copied to clipboard
constructor
(
from
:
BigInt
,
toExclusive
:
BigInt
,
offset
:
BigInt
=
BigInt.ZERO
,
step
:
BigInt
=
BigInt.ONE
)
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
:
BigInt
)
:
T
has
Next
Link copied to clipboard
open
operator override
fun
hasNext
(
)
:
Boolean
next
Link copied to clipboard
open
operator override
fun
next
(
)
:
T