Java.Text.RuleBasedCollator: Method Members

The methods of Java.Text.RuleBasedCollator are listed below. For a list of all members, see the RuleBasedCollator Members list.

See Also: Inherited members from Java.Text.Collator

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.