Java.Text Namespace
Classes
_Format |
The base class for all formats. |
_Format.Field |
Inner class used to represent |
Annotation |
Wrapper for a text attribute value which represents an annotation. |
AttributedCharacterIteratorAttribute |
Defines keys for text attributes. |
AttributedString |
Holds a string with attributes describing the characters of this string. |
Bidi |
Implements the . |
BreakIterator |
Locates boundaries in text. |
CharacterIterator |
An interface for the bidirectional iteration over a group of characters. |
CharacterIteratorConsts | |
ChoiceFormat |
Returns a fixed string based on a numeric value. |
CollationElementIterator |
Created by a |
CollationKey |
Represents a string under the rules of a specific |
Collator |
Performs locale-sensitive string comparison. |
DateFormat |
Formats or parses dates and times. |
DateFormat.Field |
The instances of this inner class are used as attribute keys and values
in |
DateFormatSymbols |
Encapsulates localized date-time formatting data, such as the names of the months, the names of the days of the week, and the time zone data. |
DecimalFormat |
A concrete subclass of NumberFormat that formats decimal numbers. |
DecimalFormatSymbols |
Encapsulates the set of symbols (such as the decimal separator, the grouping
separator, and so on) needed by |
FieldPosition |
Identifies fields in formatted strings. |
MessageFormat |
Produces concatenated messages in language-neutral way. |
MessageFormat.Field |
The instances of this inner class are used as attribute keys in
|
Normalizer |
Provides normalization functions according to . |
Normalizer.Form |
The normalization forms supported by the Normalizer. |
NumberFormat |
The abstract base class for all number formats. |
NumberFormat.Field |
The instances of this inner class are used as attribute keys and values
in |
ParseException |
Thrown when the string being parsed is not in the correct form. |
ParsePosition |
Tracks the current position in a parsed string. |
RuleBasedCollator |
A concrete subclass of Collator. |
SimpleDateFormat |
Formats and parses dates in a locale-sensitive manner. |
StringCharacterIterator |
An implementation of CharacterIterator for strings. |
StringCharacterIterator.InterfaceConsts |
Interfaces
IAttributedCharacterIterator |
Extends the CharacterIterator interface, adding support for iterating over attributes and not only characters. |
ICharacterIterator |
An interface for the bidirectional iteration over a group of characters. |