kactoos-jvm / nnl.rocks.kactoos.iterable / IterableOfInts
class IterableOfInts : IterableEnvelope<Int>
Iterable of integer values.
Since 0.4
| Name | Summary |
|---|---|
| <init> | IterableOfInts(vararg values: Int)Iterable of integer values. |
| Name | Summary |
|---|---|
| iterator | open fun iterator(): Iterator<T> |