W3cubDocs

/Haxe Java

AtomicList<T>

package java.vm

@:native("haxe.java.vm.AtomicList")@:nativeGen Available on java

A lock-free queue implementation

Constructor

new ()

Methods

add (v:T ):Void

peek ():T

peekLast ():T

pop ():Null<T>

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/java/vm/AtomicList.html