Java java.text RuleBasedCollator fields, constructors, methods, implement or subclass

Example usage for Java java.text RuleBasedCollator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.text RuleBasedCollator.

The text is from its open source code.

Constructor

RuleBasedCollator(String rules)
RuleBasedCollator constructor.
RuleBasedCollator(RuleBasedCollator that)
"Copy constructor."

Method

intcompare(String source, String target)
Compares the character data stored in two different strings based on the collation rules.
CollationElementIteratorgetCollationElementIterator(String source)
Returns a CollationElementIterator for the given String.
CollationElementIteratorgetCollationElementIterator(CharacterIterator source)
Returns a CollationElementIterator for the given CharacterIterator.
CollationKeygetCollationKey(String source)
Transforms the string into a series of characters that can be compared with CollationKey.compareTo.
StringgetRules()
Gets the table-based rules for the collation object.
voidsetStrength(int newStrength)
Sets this Collator's strength property.