語言

AtomicLongArray.UpdateAndGet(Int32, ILongUnaryOperator) 方法

定義

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

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

參數

i
Int32

指數

updateFunction
ILongUnaryOperator

一個無副作用函數

傳回

更新後的數值

屬性

備註

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

新增於1.8版本。

Java 文件 java.util.concurrent.atomic.AtomicLongArray.updateAndGet(int, java.util.function.LongUnaryOperator)

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

適用於