Available on jvm
new(param1:Int, param2:E)
finalelement:E
finaln:Int
parallelStream():Stream<E>
spliterator():Spliterator<E>
stream():Stream<E>
modCount:Int
equals(param1:Dynamic):Bool
hashCode():Int
listIterator():ListIterator<E>
listIterator(param1:Int):ListIterator<E>
removeRange(param1:Int, param2:Int):Void
set(param1:Int, param2:E):E
containsAll(param1:Collection<Dynamic>):Bool
isEmpty():Bool
removeAll(param1:Collection<Dynamic>):Bool
retainAll(param1:Collection<Dynamic>):Bool
toArray():NativeArray<Dynamic>
toArray<T>(param1:NativeArray<T>):NativeArray<T>
toString():String