Class TAtomicReference<V>
java.lang.Object
org.teavm.classlib.java.util.concurrent.atomic.TAtomicReference<V>
- All Implemented Interfaces:
Serializable
- See Also:
- Serialized Form
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccumulateAndGet(V x, BinaryOperator<V> accumulatorFunction)
compareAndExchange(V expectedValue, V newValue)
boolean
compareAndSet(V expect, V update)
get()
getAndAccumulate(V x, BinaryOperator<V> accumulatorFunction)
getAndUpdate(UnaryOperator<V> updateFunction)
getPlain()
void
void
void
void
void
setRelease(V value)
toString()
updateAndGet(UnaryOperator<V> updateFunction)
boolean
weakCompareAndSet(V expect, V update)
-
Constructor Details
-
TAtomicReference
public TAtomicReference() -
TAtomicReference
-
-
Method Details