AtomicIntegerArray.SetPlain(Int32, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將索引i元素設為 newValue,記憶體語意設定為 ,彷彿變數被宣告為非volatile 和 非。final
[Android.Runtime.Register("setPlain", "(II)V", "", ApiSince=33)]
public void SetPlain(int i, int newValue);
[<Android.Runtime.Register("setPlain", "(II)V", "", ApiSince=33)>]
member this.SetPlain : int * int -> unit
參數
- i
- Int32
指數
- newValue
- Int32
新值
- 屬性
備註
將索引i元素設為 newValue,記憶體語意設定為 ,彷彿變數被宣告為非volatile 和 非。final
新增9。
Java 文件 java.util.concurrent.atomic.AtomicIntegerArray.setPlain(int, int)。
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。