| 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 |
|---|---|
CollationElementIterator |
RuleBasedCollator.getCollationElementIterator(CharacterIterator
Returns a CollationElementIterator for the given CharacterIterator.
|
CollationElementIterator |
RuleBasedCollator.getCollationElementIterator(String
Returns a CollationElementIterator for the given String.
|