Java.Text Namespace

Documentation for this section has not yet been entered.

Remarks

To be added.

Classes

TypeReason
_FormatThe base class for all formats.
_Format+FieldInner class used to represent Format attributes in the AttributedCharacterIterator that the formatToCharacterIterator() method returns in Format subclasses.
AnnotationWrapper for a text attribute value which represents an annotation.
AttributedCharacterIteratorAttributeDefines keys for text attributes.
AttributedStringHolds a string with attributes describing the characters of this string.
BidiImplements the .
BreakIteratorLocates boundaries in text.
CharacterIteratorAn interface for the bidirectional iteration over a group of characters.
CharacterIteratorConstsDocumentation for this section has not yet been entered.
ChoiceFormatReturns a fixed string based on a numeric value.
CollationElementIteratorCreated by a RuleBasedCollator to iterate through a string.
CollationKeyRepresents a string under the rules of a specific Collator object.
CollatorPerforms locale-sensitive string comparison.
DateFormatFormats or parses dates and times.
DateFormat+FieldThe 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.
DateFormatSymbolsEncapsulates 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.
DecimalFormatA concrete subclass of Java.Text.NumberFormat that formats decimal numbers.
DecimalFormatSymbolsEncapsulates the set of symbols (such as the decimal separator, the grouping separator, and so on) needed by DecimalFormat to format numbers.
FieldPositionIdentifies fields in formatted strings.
IAttributedCharacterIteratorExtends the Java.Text.CharacterIterator interface, adding support for iterating over attributes and not only characters.
ICharacterIteratorAn interface for the bidirectional iteration over a group of characters.
MessageFormatProduces concatenated messages in language-neutral way.
MessageFormat+FieldThe instances of this inner class are used as attribute keys in AttributedCharacterIterator that the Java.Text._Format.FormatToCharacterIterator(Java.Lang.Object) method returns.
NormalizerProvides normalization functions according to .
Normalizer+FormThe normalization forms supported by the Normalizer.
NumberFormatThe abstract base class for all number formats.
NumberFormat+FieldThe 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.
ParseExceptionThrown when the string being parsed is not in the correct form.
ParsePositionTracks the current position in a parsed string.
RuleBasedCollatorA concrete subclass of Java.Text.Collator.
SimpleDateFormatFormats and parses dates in a locale-sensitive manner.
StringCharacterIteratorAn implementation of Java.Text.CharacterIterator for strings.
StringCharacterIterator+InterfaceConstsDocumentation for this section has not yet been entered.