interface RandomAccess
typealias RandomAccess = RandomAccess
Marker interface indicating that the List implementation supports fast indexed access.
Provides a MutableList implementation, which uses a resizable array as its backing storage.
class ArrayList<E> : MutableList<E>, RandomAccess
typealias ArrayList<E> = ArrayList<E>
open class ArrayList<E> : AbstractMutableList<E>, MutableList<E>, RandomAccess
class ArrayList<E> : MutableList<E>, RandomAccess, AbstractMutableList<E>
© 2010–2020 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-random-access.html