kotlin-stdlib / kotlin.collections / ListIterator / next next Common JVM JS Native 1.0 abstract fun next(): T(Common source) (Native source) Returns the next element in the iteration. Exceptions NoSuchElementException - if the iteration has no next element.