FastArrayList
ArrayList that prevents isObject + jsInstanceOf on getter on Kotlin/JS This class should be temporal until Kotlin/JS fixes this issue.
ArrayList that prevents isObject + jsInstanceOf on getter on Kotlin/JS This class should be temporal until Kotlin/JS fixes this issue.
ArrayList that prevents isObject + jsInstanceOf on getter on Kotlin/JS This class should be temporal until Kotlin/JS fixes this issue.
Constructors
Link copied to clipboard
expect constructor()
actual constructor()
actual constructor()
Creates an empty FastArrayList.
Creates an empty FastArrayList.
Creates an FastArrayList filled from the elements collection.
Properties
Functions
Link copied to clipboard
Link copied to clipboard
expect open fun addAll(elements: FastArrayList<E>, offset: Int = 0, size: Int = elements.size - offset)
open override fun addAll(elements: FastArrayList<E>, offset: Int = 0, size: Int = elements.size - offset)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Does nothing in this FastArrayList implementation.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Does nothing in this FastArrayList implementation.