LocaleDisplayNames.UiListItem.GetComparator(IComparator, Boolean) Method

Definition

[Android.Runtime.Register("getComparator", "(Ljava/util/Comparator;Z)Ljava/util/Comparator;", "", ApiSince=26)]
public static Java.Util.IComparator GetComparator (Java.Util.IComparator comparator, bool inSelf);
[<Android.Runtime.Register("getComparator", "(Ljava/util/Comparator;Z)Ljava/util/Comparator;", "", ApiSince=26)>]
static member GetComparator : Java.Util.IComparator * bool -> Java.Util.IComparator

Parameters

comparator
IComparator
inSelf
Boolean

Returns

Attributes

Remarks

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.

Applies to