Kactoos

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

EmptyIterator

class EmptyIterator<out T : Any> : Iterator<T>

Iterator that has no elements.

Since 0.4

Constructors

Name Summary
<init> EmptyIterator()
Iterator that has no elements.

Functions

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