|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.text.Collator
java.text.RuleBasedCollator
public class RuleBasedCollator
| Field Summary |
|---|
| Fields inherited from class java.text.Collator |
|---|
CANONICAL_DECOMPOSITION, FULL_DECOMPOSITION, IDENTICAL, NO_DECOMPOSITION, PRIMARY, SECONDARY, TERTIARY |
| Constructor Summary | |
|---|---|
RuleBasedCollator(String var0)
|
|
| Method Summary | |
|---|---|
int |
compare(String var0,
String var1)
|
CollationElementIterator |
getCollationElementIterator(CharacterIterator var0)
|
CollationElementIterator |
getCollationElementIterator(String var0)
|
CollationKey |
getCollationKey(String var0)
|
String |
getRules()
|
int |
hashCode()
|
| Methods inherited from class java.text.Collator |
|---|
clone, compare, equals, getAvailableLocales, getDecomposition, getInstance, getInstance, getStrength, setDecomposition, setStrength |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Comparator |
|---|
equals |
| Constructor Detail |
|---|
public RuleBasedCollator(String var0)
throws ParseException
ParseException| Method Detail |
|---|
public int compare(String var0,
String var1)
compare in class Collatorpublic CollationElementIterator getCollationElementIterator(String var0)
public CollationElementIterator getCollationElementIterator(CharacterIterator var0)
public CollationKey getCollationKey(String var0)
getCollationKey in class Collatorpublic String getRules()
public int hashCode()
hashCode in class Collator
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||