IComparator.ThenComparingLong(IToLongFunction) 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.
Returns a lexicographic-order comparator with a function that
extracts a long
sort key.
[Android.Runtime.Register("thenComparingLong", "(Ljava/util/function/ToLongFunction;)Ljava/util/Comparator;", "GetThenComparingLong_Ljava_util_function_ToLongFunction_Handler:Java.Util.IComparator, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)]
public virtual Java.Util.IComparator? ThenComparingLong (Java.Util.Functions.IToLongFunction? keyExtractor);
[<Android.Runtime.Register("thenComparingLong", "(Ljava/util/function/ToLongFunction;)Ljava/util/Comparator;", "GetThenComparingLong_Ljava_util_function_ToLongFunction_Handler:Java.Util.IComparator, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)>]
abstract member ThenComparingLong : Java.Util.Functions.IToLongFunction -> Java.Util.IComparator
override this.ThenComparingLong : Java.Util.Functions.IToLongFunction -> Java.Util.IComparator
Parameters
- keyExtractor
- IToLongFunction
the function used to extract the long sort key
Returns
a lexicographic-order comparator composed of this and then the
long
sort key
- Attributes
Remarks
Returns a lexicographic-order comparator with a function that extracts a long
sort key.
Added in 1.8.
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.