Java.Util.Concurrent.Atomic.AtomicStampedReference Members

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

See Also: Inherited members from Java.Lang.Object

Public Constructors

Documentation for this section has not yet been entered.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
ReferenceJava.Lang.Object. Returns the current value of the reference.
[read-only]
Stampint. Returns the current value of the stamp.

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

AttemptStamp(Java.Lang.Object, int) : bool
Documentation for this section has not yet been entered.
CompareAndSet(Java.Lang.Object, Java.Lang.Object, int, int) : bool
Documentation for this section has not yet been entered.
Get(int[]) : Java.Lang.Object
Returns the current values of both the reference and the stamp.
Set(Java.Lang.Object, int)
Documentation for this section has not yet been entered.
WeakCompareAndSet(Java.Lang.Object, Java.Lang.Object, int, int) : bool
Documentation for this section has not yet been entered.