IntArrayList

constructor(expectedElements: Int)


constructor()

New instance with sane defaults.


constructor(list: IntArrayList)

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