AtomicIntegerArray.Set(Int32, Int32) Method

Definition

Sets the element at index i to newValue, with memory effects as specified by VarHandle#setVolatile.

[Android.Runtime.Register("set", "(II)V", "")]
public void Set (int i, int newValue);
[<Android.Runtime.Register("set", "(II)V", "")>]
member this.Set : int * int -> unit

Parameters

i
Int32

the index

newValue
Int32

the new value

Attributes

Remarks

Sets the element at index i to newValue, with memory effects as specified by VarHandle#setVolatile.

Java documentation for java.util.concurrent.atomic.AtomicIntegerArray.set(int, 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