Java.Text.RuleBasedCollator Members

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

See Also: Inherited members from Java.Text.Collator

Public Constructors

Constructs a new instance of RuleBasedCollator using the specified rules.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
Rulesstring. Returns the collation rules of 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

override
Compare(string, string) : int
Compares the source text to the target text according to the collation rules, strength and decomposition mode for this RuleBasedCollator.
GetCollationElementIterator(ICharacterIterator) : CollationElementIterator
Obtains a CollationElementIterator for the given CharacterIterator.
GetCollationElementIterator(string) : CollationElementIterator
Obtains a CollationElementIterator for the given string.
override
GetCollationKey(string) : CollationKey
Returns the CollationKey for the given source text.
override
GetHashCode() : int
Returns an integer hash code for this object.