Java.Util.Concurrent.Atomic.AtomicReferenceArray Members

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

See Also: Inherited members from Java.Lang.Object

Public Constructors

Documentation for this section has not yet been entered.
Creates a new AtomicReferenceArray of the given length, with all elements initially null.

Protected Constructors

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

CompareAndSet(int, Java.Lang.Object, Java.Lang.Object) : bool
Documentation for this section has not yet been entered.
Get(int) : Java.Lang.Object
Gets the current value at position i.
GetAndSet(int, Java.Lang.Object) : Java.Lang.Object
Documentation for this section has not yet been entered.
LazySet(int, Java.Lang.Object)
Documentation for this section has not yet been entered.
Length() : int
Returns the length of the array.
Set(int, Java.Lang.Object)
Documentation for this section has not yet been entered.
WeakCompareAndSet(int, Java.Lang.Object, Java.Lang.Object) : bool
Documentation for this section has not yet been entered.