abstract class BigDecimalIterator : Iterator<BigDecimal>
An iterator over a sequence of values of type BigDecimal
.
BigDecimalIterator()
An iterator over a sequence of values of type |
fun next(): BigDecimal |
|
abstract fun nextBigDecimal(): BigDecimal |
class BigDecimalProgressionIterator : BigDecimalIterator
An iterator over a progression of values of type |