Class TAtomicIntegerFieldUpdater<T>
java.lang.Object
org.teavm.classlib.java.util.concurrent.atomic.TAtomicIntegerFieldUpdater<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal intaccumulateAndGet(T obj, int x, IntBinaryOperator accumulatorFunction) intabstract booleancompareAndSet(T obj, int expect, int update) intdecrementAndGet(T obj) abstract intfinal intgetAndAccumulate(T obj, int x, IntBinaryOperator accumulatorFunction) intintgetAndDecrement(T obj) intgetAndIncrement(T obj) intfinal intgetAndUpdate(T obj, IntUnaryOperator updateFunction) intincrementAndGet(T obj) abstract voidstatic <U> TAtomicIntegerFieldUpdater<U> newUpdater(TClass<U> tclass, String fieldName) abstract voidfinal intupdateAndGet(T obj, IntUnaryOperator updateFunction) abstract booleanweakCompareAndSet(T obj, int expect, int update)
-
Constructor Details
-
TAtomicIntegerFieldUpdater
protected TAtomicIntegerFieldUpdater()
-
-
Method Details
-
newUpdater
-
compareAndSet
-
weakCompareAndSet
-
set
-
lazySet
-
get
-
getAndSet
-
getAndIncrement
-
getAndDecrement
-
getAndAdd
-
incrementAndGet
-
decrementAndGet
-
addAndGet
-
getAndUpdate
-
updateAndGet
-
getAndAccumulate
-
accumulateAndGet
-