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 Collections_SynchronizedRandomAccessList<E>

package java.util

extends Collections_SynchronizedList › Collections_SynchronizedCollection

implements RandomAccess

import java.util.Collections

@:nativeGen@:libType@:javaNative@:native("java.util.Collections$SynchronizedRandomAccessList")@:javaCanonical("java.util","Collections.SynchronizedRandomAccessList")

Available on java

Methods

Inherited Variables

Inherited Methods

Defined by Collections_SynchronizedList

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

Defined by Collections_SynchronizedCollection

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<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