HaxeAPI
  • Version development @ b6b8925
    • 3.4.7
    • 4.0.5
    • 4.1.3
    • 4.2.5
    • 4.3.6
    • 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_SingletonList<E>

package java.util

extends AbstractList › AbstractCollection

implements Serializable, RandomAccess

import java.util.Collections

@:native("java.util.Collections$SingletonList")@:libType

Available on jvm

Constructor

new(param1:E)

Methods

forEach(param1:Consumer<Dynamic>):Void

removeIf(param1:Predicate<Dynamic>):Bool

replaceAll(param1:UnaryOperator<E>):Void

sort(param1:Comparator<Dynamic>):Void

spliterator():Spliterator<E>

Inherited Variables

Defined by AbstractList

modCount:Int

Inherited Methods

Defined by AbstractList

equals(param1:Dynamic):Bool

hashCode():Int

indexOf(param1:Dynamic):Int

lastIndexOf(param1:Dynamic):Int

listIterator():ListIterator<E>

listIterator(param1:Int):ListIterator<E>

removeRange(param1:Int, param2:Int):Void

set(param1:Int, param2:E):E

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

Defined by AbstractCollection

containsAll(param1:Collection<Dynamic>):Bool

isEmpty():Bool

removeAll(param1:Collection<Dynamic>):Bool

retainAll(param1:Collection<Dynamic>):Bool

toArray():NativeArray<Dynamic>

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

toString():String

This documentation is generated for version development @ b6b8925

© 2024  Haxe Foundation | Contribute to Haxe