Available on jvm
new(param1:NativeArray<E>)
forEach(param1:Consumer<Dynamic>):Void
replaceAll(param1:UnaryOperator<E>):Void
sort(param1:Comparator<Dynamic>):Void
spliterator():Spliterator<E>
modCount:Int
equals(param1:Dynamic):Bool
hashCode():Int
lastIndexOf(param1:Dynamic):Int
listIterator():ListIterator<E>
listIterator(param1:Int):ListIterator<E>
removeRange(param1:Int, param2:Int):Void
subList(param1:Int, param2:Int):List<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