HaxeAPI
  • Version 4.3.5
    • 3.4.7
    • 4.0.5
    • 4.1.3
    • 4.2.5
    • 4.3.5
    • Development
  • Download Haxe
  • Learn Haxe
    • Introduction
    • Manual
    • Code Cookbook
    • API Documentation
    • Videos
    • Try Haxe online
    • Haxelib
  • Connect
    • Github
    • Bug reports
    • Stack Overflow
    • Forums
    • Discord
    • Gitter
    • Blog
    • Facebook
    • #haxe
    • @haxelang
    • @haxe_org
    • Contact

class Arrays_ArrayList<E>

package java.util

extends AbstractList › AbstractCollection

implements Serializable, RandomAccess

import java.util.Arrays

@:nativeGen@:libType@:javaNative@:native("java.util.Arrays$ArrayList")@:javaCanonical("java.util","Arrays.ArrayList")

Available on java

Methods

Inherited Variables

Inherited Methods

Defined by AbstractList

equals(param1:Dynamic):Bool

hashCode():Int

lastIndexOf(param1:Dynamic):Int

listIterator(param1:Int):ListIterator<E>

listIterator():ListIterator<E>

subList(param1:Int, param2:Int):List<E>

Defined by AbstractCollection

containsAll(param1:Collection<Dynamic>):Bool

isEmpty():Bool

parallelStream():Stream<E>

removeAll(param1:Collection<Dynamic>):Bool

removeIf(param1:Predicate<Dynamic>):Bool

retainAll(param1:Collection<Dynamic>):Bool

stream():Stream<E>

toArray<T>(param1:NativeArray<T>):NativeArray<T>

toArray():NativeArray<Dynamic>

toString():String

This documentation is generated for version 4.3.5

© 2024  Haxe Foundation | Contribute to Haxe