Companion

object Companion

Properties

Link copied to clipboard

An immutable empty buffer (array).

Functions

Link copied to clipboard
fun from(vararg elements: Long): LongArrayList

Create a list from a variable number of arguments or an array of int. The elements are copied from the argument to the internal buffer.