LongArrayList

constructor(expectedElements: Int)


constructor()

New instance with sane defaults.


constructor(list: LongArrayList)

Creates a new list from the elements of another list in its iteration order.