AbstractList<E>
package java.util
extends AbstractCollection
implements List<E>
extended by Arrays_ArrayList
Available on java
Methods
equals(param1:Dynamic):Bool
get(param1:Int):E
hashCode():Int
indexOf(param1:Dynamic):Int
lastIndexOf(param1:Dynamic):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
subList(param1:Int, param2:Int):List<E>
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/java/util/AbstractList.html