Java.Util.Concurrent.Atomic.AtomicStampedReference: Method Members

The methods of Java.Util.Concurrent.Atomic.AtomicStampedReference are listed below. For a list of all members, see the AtomicStampedReference Members list.

See Also: Inherited members from Java.Lang.Object

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.