Available on java
equals(param1:Dynamic):Bool
hashCode():Int
listIterator(param1:Int):ListIterator<E>
listIterator():ListIterator<E>
replaceAll(param1:UnaryOperator<E>):Void
set(param1:Int, param2:E):E
sort(param1:Comparator<Dynamic>):Void
containsAll(param1:Collection<Dynamic>):Bool
forEach(param1:Consumer<Dynamic>):Void
isEmpty():Bool
removeAll(param1:Collection<Dynamic>):Bool
removeIf(param1:Predicate<Dynamic>):Bool
retainAll(param1:Collection<Dynamic>):Bool
toArray<T>(param1:NativeArray<T>):NativeArray<T>
toArray():NativeArray<Dynamic>
toString():String