java.text
Class CollationRules
java.lang.Object
java.text.CollationRules
- final class CollationRules
- extends Object
CollationRules contains the default en_US collation rules as a base
for building other collation tables.
Note that decompositions are done before these rules are used,
so they do not have to contain accented characters, such as A-grave.
- Author:
- Helena Shih, Mark Davis
- See Also:
RuleBasedCollator
,
LocaleElements
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULTRULES
static final String DEFAULTRULES
CollationRules
CollationRules()