W3cubDocs

/Haxe Java

AtomicInteger

package java.util.concurrent.atomic

extends Number

implements Serializable

Available on java

Constructor

new()

new(param1:Int)

Methods

finalaccumulateAndGet(param1:Int, param2:IntBinaryOperator):Int

finaladdAndGet(param1:Int):Int

finalcompareAndSet(param1:Int, param2:Int):Bool

finaldecrementAndGet():Int

finalget():Int

finalgetAndAccumulate(param1:Int, param2:IntBinaryOperator):Int

finalgetAndAdd(param1:Int):Int

finalgetAndDecrement():Int

finalgetAndIncrement():Int

finalgetAndSet(param1:Int):Int

finalgetAndUpdate(param1:IntUnaryOperator):Int

finalincrementAndGet():Int

finallazySet(param1:Int):Void

finalset(param1:Int):Void

toString():String

finalupdateAndGet(param1:IntUnaryOperator):Int

finalweakCompareAndSet(param1:Int, param2:Int):Bool

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/java/util/concurrent/atomic/AtomicInteger.html