Kactoos

kactoos-jvm / nnl.rocks.kactoos.iterator / IteratorOfInts

IteratorOfInts

class IteratorOfInts : Iterator<Int>

Iterator over Ints.

There is no thread-safety guarantee.

Since 0.4

Constructors

Name Summary
<init> IteratorOfInts(vararg items: Int)

Functions

Name Summary
hasNext fun hasNext(): Boolean
next fun next(): Int