(part of N-wing's java package overview, I'm doing this package just now.

a * indicates the classes I haven't done yet.)

package java.text
since: JDK 1.1

Provides classes and interfaces for handling text, dates, numbers, and messages in a manner independent of natural languages. This means your main application or applet can be written to be language-independent, and it can rely upon separate, dynamically-linked localized resources. This allows the flexibility of adding localizations for new localizations at any time.

These classes are capable of formatting dates, numbers, and messages, parsing; searching and sorting strings; and iterating over characters, words, sentences, and line breaks. This package contains three main groups of classes and interfaces:

  • Classes for iteration over text
  • Classes for formatting and parsing
  • Classes for string collation

Interfaces:
java.text.AttributedCharacterIterator
java.text.CharacterIterator
Classes:
java.text.Annotation
java.text.AttributedCharacterIterator.Attribute
java.text.AttributedString
java.text.BreakIterator
java.text.ChoiceFormat
java.text.CollationElementIterator
java.text.CollationKey
java.text.Collator
java.text.DateFormat
*java.text.DateFormatSymbols
*java.text.DecimalFormat
*java.text.DecimalFormatSymbols
*java.text.FieldPosition
*java.text.Format
*java.text.MessageFormat
*java.text.NumberFormat
*java.text.ParsePosition
*java.text.RuleBasedCollator
*java.text.SimpleDateFormat
*java.text.StringCharacterIterator
Exceptions:
*java.text.ParseException
Errors:
N/A

Log in or register to write something here or to contact authors.