The members of Java.Util.Concurrent.Atomic.AtomicBoolean are listed below.
See Also: Inherited members from Java.Lang.Object
Creates a new AtomicBoolean with initial value false. | ||
Creates a new AtomicBoolean with the given initial value. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
CompareAndSet(bool, bool)Atomically sets the value to the given updated value if the current value == the expected value. | ||
Get()Returns the current value. | ||
GetAndSet(bool)Atomically sets to the given value and returns the previous value. | ||
LazySet(bool)Eventually sets to the given value. | ||
Set(bool)Unconditionally sets to the given value. | ||
WeakCompareAndSet(bool, bool)Atomically sets the value to the given updated value if the current value == the expected value. |