Java.Text.Collator Members

The members of Java.Text.Collator are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

Constructs a new Collator instance.
A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Fields

const
CanonicalDecompositionint (1). Constant used to specify the decomposition rule.
const
FullDecompositionint (2). Constant used to specify the decomposition rule.
const
Identicalint (3). Constant used to specify the collation strength.
const
NoDecompositionint (0). Constant used to specify the decomposition rule.
const
Primaryint (0). Constant used to specify the collation strength.
const
Secondaryint (1). Constant used to specify the collation strength.
const
Tertiaryint (2). Constant used to specify the collation strength.

Public Properties

Decompositionint. Returns the decomposition rule for this collator.
[read-only]
static
InstanceCollator. Returns a Collator instance which is appropriate for the user's default Locale.
Strengthint. Returns the strength value for this collator.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.

Explicitly Implemented Interface Members

Java.Util.IComparator.CompareDocumentation for this section has not yet been entered.