Available on jvm
new()
modCount:Int
equals(param1:Dynamic):Bool
hashCode():Int
indexOf(param1:Dynamic):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>
contains(param1:Dynamic):Bool
containsAll(param1:Collection<Dynamic>):Bool
isEmpty():Bool
removeAll(param1:Collection<Dynamic>):Bool
retainAll(param1:Collection<Dynamic>):Bool
size():Int
toArray():NativeArray<Dynamic>
toArray<T>(param1:NativeArray<T>):NativeArray<T>
toString():String