SparseLongArray.Compute(Int32, ILongBinaryOperator) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Attempts to compute a new mapped value for the specified key based on its current mapped value (or 0 if there is no current mapping).
[Android.Runtime.Register("compute", "(ILjava/util/function/LongBinaryOperator;)J", "GetCompute_ILjava_util_function_LongBinaryOperator_Handler", ApiSince=37)]
public virtual long Compute(int key, Java.Util.Functions.ILongBinaryOperator function);
[<Android.Runtime.Register("compute", "(ILjava/util/function/LongBinaryOperator;)J", "GetCompute_ILjava_util_function_LongBinaryOperator_Handler", ApiSince=37)>]
abstract member Compute : int * Java.Util.Functions.ILongBinaryOperator -> int64
override this.Compute : int * Java.Util.Functions.ILongBinaryOperator -> int64
Parameters
- key
- Int32
The key to compute the value for.
- function
- ILongBinaryOperator
The function to compute the new value.
Returns
The new mapped value.
- Attributes