Available on jvm
new(param1:Int, param2:Int)
new(param1:Collection<E>)
new()
new(param1:Int)
capacityIncrement:Int
elementCount:Int
addElement(param1:E):Void
capacity():Int
clone():Dynamic
copyInto(param1:NativeArray<Dynamic>):Void
elementAt(param1:Int):E
elementData(param1:Int):E
elements():Enumeration<E>
ensureCapacity(param1:Int):Void
firstElement():E
forEach(param1:Consumer<Dynamic>):Void
insertElementAt(param1:E, param2:Int):Void
lastElement():E
removeAllElements():Void
removeElement(param1:Dynamic):Bool
removeElementAt(param1:Int):Void
removeIf(param1:Predicate<Dynamic>):Bool
replaceAll(param1:UnaryOperator<E>):Void
setElementAt(param1:E, param2:Int):Void
setSize(param1:Int):Void
sort(param1:Comparator<Dynamic>):Void
spliterator():Spliterator<E>
trimToSize():Void
modCount:Int
listIterator():ListIterator<E>
listIterator(param1:Int):ListIterator<E>
toArray():NativeArray<Dynamic>
toArray<T>(param1:NativeArray<T>):NativeArray<T>