Java.Util.Concurrent.Atomic.AtomicIntegerFieldUpdater Members

The members of Java.Util.Concurrent.Atomic.AtomicIntegerFieldUpdater are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

Protected do-nothing constructor for use by subclasses.
A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

AddAndGet(Java.Lang.Object, int) : int
Documentation for this section has not yet been entered.
abstract
CompareAndSet(Java.Lang.Object, int, int) : bool
Documentation for this section has not yet been entered.
DecrementAndGet(Java.Lang.Object) : int
Documentation for this section has not yet been entered.
abstract
Get(Java.Lang.Object) : int
Documentation for this section has not yet been entered.
GetAndAdd(Java.Lang.Object, int) : int
Documentation for this section has not yet been entered.
GetAndDecrement(Java.Lang.Object) : int
Documentation for this section has not yet been entered.
GetAndIncrement(Java.Lang.Object) : int
Documentation for this section has not yet been entered.
GetAndSet(Java.Lang.Object, int) : int
Documentation for this section has not yet been entered.
IncrementAndGet(Java.Lang.Object) : int
Documentation for this section has not yet been entered.
abstract
LazySet(Java.Lang.Object, int)
Documentation for this section has not yet been entered.
static
NewUpdater(Java.Lang.Class, string) : AtomicIntegerFieldUpdater
Documentation for this section has not yet been entered.
abstract
Set(Java.Lang.Object, int)
Documentation for this section has not yet been entered.
abstract
WeakCompareAndSet(Java.Lang.Object, int, int) : bool
Documentation for this section has not yet been entered.