← Docs
kotlin-stdlib / kotlin.collections / ArrayList / get

get

Common
1.0
operator fun get ( index : Int ) : E
(source)
JS
1.1
open fun get ( index : Int ) : E
(source)
Native
1.3
fun get ( index : Int ) : E
(source)

Returns the element at the specified index in the list.

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 .