Kactoos

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

IteratorOfShorts

class IteratorOfShorts : Iterator<Short>

Iterator over Shorts.

There is no thread-safety guarantee.

Since 0.4

Constructors

Name Summary
<init> IteratorOfShorts(vararg items: Short)

Functions

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