Kactoos

kactoos-jvm / nnl.rocks.kactoos.list / EmptyListIterator

EmptyListIterator

class EmptyListIterator<out T : Any> : ListIterator<T>

Constructors

Name Summary
<init> EmptyListIterator()

Functions

Name Summary
hasNext fun hasNext(): Boolean
hasPrevious fun hasPrevious(): Boolean
next fun next(): T
nextIndex fun nextIndex(): Int
previous fun previous(): T
previousIndex fun previousIndex(): Int