|
|||||||||
| Home >> All >> java >> [ text overview ] | PREV NEXT | ||||||||
Uses of Package
java.text
| Classes in java.text used by java.text | |
| AttributedCharacterIterator
This interface extends the CharacterIterator interface
in order to support iteration over character attributes as well as
over the characters themselves. |
|
| AttributedCharacterIterator.Attribute
Defines attribute keys that are used as text attributes. |
|
| AttributedString.AttributeRange
The attributes and ranges of text over which those attributes apply. |
|
| Bidi
Bidirectional Algorithm implementation. |
|
| BreakIterator
This class iterates over text elements such as words, lines, sentences, and characters. |
|
| CharacterIterator
This interface defines a mechanism for iterating over a range of characters. |
|
| CollationElementIterator
This class walks through the character collation elements of a String as defined by the collation rules in an instance of
RuleBasedCollator. |
|
| CollationKey
This class represents a pre-computed series of bits representing a String for under a particular Collator. |
|
| Collator
This class is the abstract superclass of classes which perform locale dependent String comparisons. |
|
| DateFormat
|
|
| DateFormat.Field
|
|
| DateFormatSymbols
This class acts as container for locale specific date/time formatting information such as the days of the week and the months of the year. |
|
| DecimalFormatSymbols
This class is a container for the symbols used by DecimalFormat to format numbers and currency
for a particular locale. |
|
| FieldPosition
This class is used by the java.text formatting classes to track field positions. |
|
| Format
This class is the abstract superclass of classes that format and parse data to/from Strings. |
|
| Format.Field
|
|
| MessageFormat.Field
|
|
| MessageFormat.MessageFormatElement
|
|
| NumberFormat
This is the abstract superclass of all classes which format and parse numeric values such as decimal numbers, integers, currency values, and percentages. |
|
| NumberFormat.Field
|
|
| ParseException
This exception is thrown when an unexpected error occurs during parsing. |
|
| ParsePosition
This class is used to keep track of the current position during parsing operations. |
|
| RuleBasedCollator
This class is a concrete subclass of Collator suitable
for string collation in a wide variety of languages. |
|
| RuleBasedCollator.CollationElement
This class describes what rank has a character (or a sequence of characters) in the lexicographic order. |
|
| StringCharacterIterator
This class iterates over a range of characters in a String. |
|
|
|||||||||
| Home >> All >> java >> [ text overview ] | PREV NEXT | ||||||||