← Docs
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.

Stay in touch:
  • Contributing to Kotlin
  • Releases
  • Press Kit
  • Security
  • Blog
  • Issue Tracker
  • Brand assets
  • Careers
Supported and developed by JetBrains .
Kotlin™ is protected under the Kotlin Foundation
and licensed under the Apache 2 license .