kotlin.collections.ListIterator

ListIterator

interface ListIterator<out T> : Iterator<T>

An iterator over a collection that supports indexed access.

See Also

List.listIterator

Functions

hasNext

abstract fun hasNext(): Boolean

Returns true if the iteration has more elements.

登录查看完整内容