Package | Description |
---|---|
java.text |
Provides classes and interfaces for handling text, dates, numbers,
and messages in a manner independent of natural languages.
|
javax.swing.text |
Provides classes and interfaces that deal with editable
and noneditable text components.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
AttributedCharacterIterator |
An
AttributedCharacterIterator allows iteration through both text and
related attribute information. |
Modifier and Type | Class | Description |
---|---|---|
class |
StringCharacterIterator |
StringCharacterIterator implements the
CharacterIterator protocol for a String . |
Modifier and Type | Method | Description |
---|---|---|
abstract CharacterIterator |
BreakIterator.getText() |
Get the text being scanned
|
Modifier and Type | Method | Description |
---|---|---|
CollationElementIterator |
RuleBasedCollator.getCollationElementIterator(CharacterIterator source) |
Returns a CollationElementIterator for the given CharacterIterator.
|
abstract void |
BreakIterator.setText(CharacterIterator newText) |
Set a new text for scanning.
|
void |
CollationElementIterator.setText(CharacterIterator source) |
Set a new string over which to iterate.
|
Modifier and Type | Class | Description |
---|---|---|
class |
Segment |
A segment of a character array representing a fragment
of text.
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Ubuntu+0-9b151-2