core / com.acmerobotics.roadrunner.util / DoubleProgression / IteratorImpl

IteratorImpl

inner class IteratorImpl : Iterator<Double> (source)

Iterator implementation for DoubleProgression.

Constructors

<init>

Iterator implementation for DoubleProgression.

IteratorImpl()

Functions

hasNext

fun hasNext(): Boolean

next

fun next(): Double