| 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. |
| Modifier and Type | Method and Description |
|---|---|
abstract CharacterIterator |
BreakIterator.getText()
Get the text being scanned
|
| Modifier and Type | Method and Description |
|---|---|
CollationElementIterator |
RuleBasedCollator.getCollationElementIterator(CharacterIterator source)
Return a CollationElementIterator for the given String.
|
void |
CollationElementIterator.setText(CharacterIterator source)
Set a new string over which to iterate.
|
abstract void |
BreakIterator.setText(CharacterIterator newText)
Set a new text for scanning.
|
Copyright © 2013 CableLabs. All rights reserved.