kactoos-jvm / nnl.rocks.kactoos.list / EmptyListIterator
class EmptyListIterator<out T : Any> : ListIterator<T>
| Name | Summary |
|---|---|
| <init> | EmptyListIterator() |
| 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 |