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