inner class IteratorImpl : Iterator<Double>
(source)
Iterator implementation for DoubleProgression.
<init> |
Iterator implementation for DoubleProgression. IteratorImpl() |
hasNext |
fun hasNext(): Boolean |
next |
fun next(): Double |