| 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 | Interface and Description |
|---|---|
interface |
AttributedCharacterIterator
An AttributedCharacterIterator allows iteration through both text and
related attribute information.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StringCharacterIterator
StringCharacterIterator implements the
CharacterIterater protocol for a String. |