語言

AtomicIntegerArray.UpdateAndGet(Int32, IIntUnaryOperator) 方法

定義

以原子方式更新(以記憶體效果指定) VarHandle#compareAndSet的索引元素 i ,並回傳更新後的值。

[Android.Runtime.Register("updateAndGet", "(ILjava/util/function/IntUnaryOperator;)I", "", ApiSince=24)]
public int UpdateAndGet(int i, Java.Util.Functions.IIntUnaryOperator? updateFunction);
[<Android.Runtime.Register("updateAndGet", "(ILjava/util/function/IntUnaryOperator;)I", "", ApiSince=24)>]
member this.UpdateAndGet : int * Java.Util.Functions.IIntUnaryOperator -> int

參數

i
Int32

指數

updateFunction
IIntUnaryOperator

一個無副作用函數

傳回

更新後的數值

屬性

備註

以原子方式更新(以記憶體效果指定) VarHandle#compareAndSet的索引元素 i ,並回傳更新後的值。 此函式應無副作用,因為當嘗試更新因執行緒間爭用失敗時,可重新套用此功能。

新增於1.8版本。

Java 文件 java.util.concurrent.atomic.AtomicIntegerArray.updateAndGet(int, java.util.function.IntUnaryOperator)

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於