Kactoos

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

IteratorOf

class IteratorOf<out X : Any> : Iterator<X>

Iterator over variable number of elements.

There is no thread-safety guarantee.

Parameters

X - Type of item

Since 0.3

Constructors

Name Summary
<init> IteratorOf(vararg items: X)