| Package | Description |
|---|---|
| java.text |
Provides classes and interfaces for handling text, dates, numbers, and messages in a manner independent of natural languages.
|
| Modifier and Type | Method and Description |
|---|---|
CollationKey |
RuleBasedCollator.getCollationKey(String
Transforms the string into a series of characters that can be compared with CollationKey.compareTo.
|
abstract CollationKey |
Collator.getCollationKey(String
Transforms the String into a series of bits that can be compared bitwise to other CollationKeys.
|
| Modifier and Type | Method and Description |
|---|---|
abstract int |
CollationKey.compareTo(CollationKey
Compare this CollationKey to the target CollationKey.
|