Available on jvm
new(param1:List<E>, param2:Class<E>)
finallist:List<E>
equals(param1:Dynamic):Bool
get(param1:Int):E
hashCode():Int
indexOf(param1:Dynamic):Int
lastIndexOf(param1:Dynamic):Int
listIterator():ListIterator<E>
listIterator(param1:Int):ListIterator<E>
replaceAll(param1:UnaryOperator<E>):Void
set(param1:Int, param2:E):E
sort(param1:Comparator<Dynamic>):Void
subList(param1:Int, param2:Int):List<E>
finalc:Collection<E>
finaltype:Class<E>
checkedCopyOf(param1:Collection<E>):Collection<E>
clear():Void
contains(param1:Dynamic):Bool
containsAll(param1:Collection<Dynamic>):Bool
forEach(param1:Consumer<Dynamic>):Void
isEmpty():Bool
iterator():Iterator<E>
parallelStream():Stream<E>
removeAll(param1:Collection<Dynamic>):Bool
removeIf(param1:Predicate<Dynamic>):Bool
retainAll(param1:Collection<Dynamic>):Bool
size():Int
spliterator():Spliterator<E>
stream():Stream<E>
toArray():NativeArray<Dynamic>
toArray<T>(param1:NativeArray<T>):NativeArray<T>
toString():String
typeCheck(param1:Dynamic):E