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

package java.util

extends AbstractCollection

implements Queue<E>

extended by LinkedBlockingDeque, Collections_AsLIFOQueue

@:native("java.util.AbstractQueue")@:libType

Available on jvm

Constructor

new()

Methods

element():E

Inherited Variables

Inherited Methods

Defined by AbstractCollection

contains(param1:Dynamic):Bool

containsAll(param1:Collection<Dynamic>):Bool

isEmpty():Bool

iterator():Iterator<E>

removeAll(param1:Collection<Dynamic>):Bool

retainAll(param1:Collection<Dynamic>):Bool

size():Int

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