The methods of Java.Text.Collator are listed below. For a list of all members, see the Collator Members list.
See Also: Inherited members from Java.Lang.Object
| 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. | |