BaseLongFromUntilRepeatingIterator

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

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 T>)
Link copied to clipboard
abstract fun getElementAt(index: Long): T
Link copied to clipboard
open operator override fun hasNext(): Boolean
Link copied to clipboard
open operator override fun next(): T