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

package java.util

extends AbstractList › AbstractCollection

implements Serializable, RandomAccess

import java.util.Collections

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

Available on java

Methods

Inherited Variables

Inherited Methods

Defined by AbstractList

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

Defined by AbstractCollection

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

This documentation is generated for version 4.3.5

© 2024  Haxe Foundation | Contribute to Haxe