LongFromUntilRepeatingIterator

class LongFromUntilRepeatingIterator(from: Long, toExclusive: Long, offset: Long = 0, step: Long = 1) : BaseLongFromUntilRepeatingIterator<Long> (source)

!! No backward compatibility guarantees !! Reuse at your own risk

Since

2.0.0

Constructors

Link copied to clipboard
constructor(from: Long, toExclusive: Long, offset: Long = 0, step: Long = 1)

Functions

Link copied to clipboard
open fun forEachRemaining(p0: Consumer<in Long>)
Link copied to clipboard
open override fun getElementAt(index: Long): Long
Link copied to clipboard
open operator override fun hasNext(): Boolean
Link copied to clipboard
open operator override fun next(): Long