Java.Text.Collator: Method Members

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

Public Methods

Clone() : Java.Lang.Object
Returns a new collator with the same decomposition mode and strength value as this collator.
Compare(Java.Lang.Object, Java.Lang.Object) : int
Compares two objects to determine their relative order.
abstract
Compare(string, string) : int
Compares two strings to determine their relative order.
Equals(string, string) : bool
Compares two strings using the collation rules to determine if they are equal.
static
GetAvailableLocales() : Java.Util.Locale[]
Returns an array of locales for which custom Collator instances are available.
abstract
GetCollationKey(string) : CollationKey
Returns a Java.Text.CollationKey for the specified string for this collator with the current decomposition rule and strength value.
abstract
GetHashCode() : int
Returns an integer hash code for this object.
static
GetInstance(Java.Util.Locale) : Collator
Returns a Collator instance which is appropriate for locale.