kactoos-jvm / nnl.rocks.kactoos.iterator / EmptyIterator
class EmptyIterator<out T :
Any
> :
Iterator
<
T
>
Iterator that has no elements.
Since 0.4
Name | Summary |
---|---|
<init> | EmptyIterator() Iterator that has no elements. |
Name | Summary |
---|---|
hasNext | fun hasNext(): Boolean |
next | fun next(): T |