The members of Java.Text.Collator are listed below.
See Also: Inherited members from Java.Lang.Object
| Collator() | Constructs a new Collator instance. | |
| A constructor used when creating managed representations of JNI objects; called by the runtime. | 
| const  | CanonicalDecomposition | int (1). Constant used to specify the decomposition rule. | 
| const  | FullDecomposition | int (2). Constant used to specify the decomposition rule. | 
| const  | Identical | int (3). Constant used to specify the collation strength. | 
| const  | NoDecomposition | int (0). Constant used to specify the decomposition rule. | 
| const  | Primary | int (0). Constant used to specify the collation strength. | 
| const  | Secondary | int (1). Constant used to specify the collation strength. | 
| const  | Tertiary | int (2). Constant used to specify the collation strength. | 
| [read-only] override  | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. | 
| [read-only] override  | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. | 
| Clone() Returns a new collator with the same decomposition mode and strength value as this collator. | ||
| Compare(Java.Lang.Object, Java.Lang.Object) Compares two objects to determine their relative order. | ||
| abstract  | Compare(string, string) Compares two strings to determine their relative order. | |
| Equals(string, string) Compares two strings using the collation rules to determine if they are equal. | ||
| static  | GetAvailableLocales() Returns an array of locales for which custom Collator instances are available. | |
| abstract  | GetCollationKey(string) Returns a Java.Text.CollationKey for the specified string for this collator with the current decomposition rule and strength value. | |
| abstract  | GetHashCode() Returns an integer hash code for this object. | |
| static  | GetInstance(Java.Util.Locale) Returns a Collator instance which is appropriate for locale. | |
| Java.Util.IComparator.Compare | Documentation for this section has not yet been entered. |