| Type | Reason |
|---|---|
| _Format | The base class for all formats. |
| _Format+Field | Inner class used to represent Format attributes in the AttributedCharacterIterator that the formatToCharacterIterator() method returns in Format subclasses. |
| 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 | Documentation for this section has not yet been entered. |
| ChoiceFormat | Returns a fixed string based on a numeric value. |
| CollationElementIterator | Created by a RuleBasedCollator to iterate through a string. |
| CollationKey | Represents a string under the rules of a specific Collator object. |
| 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 AttributedCharacterIterator that the Java.Text._Format.FormatToCharacterIterator(Java.Lang.Object) method returns. |
| 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 Java.Text.NumberFormat that formats decimal numbers. |
| DecimalFormatSymbols | Encapsulates the set of symbols (such as the decimal separator, the grouping separator, and so on) needed by DecimalFormat to format numbers. |
| FieldPosition | Identifies fields in formatted strings. |
| IAttributedCharacterIterator | Extends the Java.Text.CharacterIterator interface, adding support for iterating over attributes and not only characters. |
| ICharacterIterator | An interface for the bidirectional iteration over a group of characters. |
| MessageFormat | Produces concatenated messages in language-neutral way. |
| MessageFormat+Field | The instances of this inner class are used as attribute keys in AttributedCharacterIterator that the Java.Text._Format.FormatToCharacterIterator(Java.Lang.Object) method returns. |
| 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 AttributedCharacterIterator that the Java.Text._Format.FormatToCharacterIterator(Java.Lang.Object) method returns. |
| 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 Java.Text.Collator. |
| SimpleDateFormat | Formats and parses dates in a locale-sensitive manner. |
| StringCharacterIterator | An implementation of Java.Text.CharacterIterator for strings. |
| StringCharacterIterator+InterfaceConsts | Documentation for this section has not yet been entered. |