AtomicReferenceArray.Get(Int32) Method

Definition

Gets the current value at position i.

[Android.Runtime.Register("get", "(I)Ljava/lang/Object;", "")]
public Java.Lang.Object? Get (int i);
[<Android.Runtime.Register("get", "(I)Ljava/lang/Object;", "")>]
member this.Get : int -> Java.Lang.Object

Parameters

i
Int32

the index

Returns

Object

the current value

Attributes

Remarks

Java documentation for java.util.concurrent.atomic.AtomicReferenceArray.get(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to