Ja.NET Standard Edition 5.0

Documentation API Specification

Contents

Package java.text


Classes

class  Annotation
 Annotation. More...
interface  AttributedCharacterIterator
 AttributedCharacterIterator. More...
class  AttributedString
 AttributedString. More...
interface  CharacterIterator
 CharacterIterator is used to sequence over a group of characters. More...
class  ChoiceFormat
 ChoiceFormat is used to associate strings with ranges of double values. More...
class  FieldPosition
 FieldPosition is used to identify fields in formatted Strings. More...
class  Format
 Format is the abstract superclass of classes which format and parse objects according to Locale specific rules. More...
class  ParseException
 A ParseException is thrown when the String being parsed is not in the correct form. More...
class  ParsePosition
 ParsePosition is used to track the current position in a String being parsed. More...
class  StringCharacterIterator
 StringCharacterIterator is an implementation of CharacterIterator for Strings. More...
class  Bidi
 Bidi is the class providing the bidirectional algorithm. More...
class  BreakIterator
 This class is used to locate the boundaries of text. More...
class  CollationElementIterator
class  CollationKey
 CollationKey represents the collation order of a particular String for a specific Collator. More...
class  Collator
 Collator is an abstract class which is the root of classes which provide Locale specific String comparison to determine their ordering with respect to each other. More...
class  DateFormat
 DateFormat is the abstract superclass of formats which format and parse Dates. More...
class  DateFormatSymbols
 DateFormatSymbols holds the Strings used in the formating and parsing of dates and times. More...
class  DecimalFormat
 DecimalFormat is used to format and parse numbers, both integers and fractions, based on a pattern. More...
class  DecimalFormatSymbols
 DecimalFormatSymbols holds the symbols used in the formating and parsing of numbers. More...
class  MessageFormat
 MessageFormat is used to format and parse arguments based on a pattern. More...
class  NumberFormat
 NumberFormat is the abstract superclass of Formats which format and parse Numbers. More...
class  RuleBasedBreakIterator
class  RuleBasedCollator
 RuleBasedCollator is a concrete subclass of Collator. More...
class  SimpleDateFormat
 SimpleDateFormat is used to format and parse Gregorian calendar dates and times based on a pattern of date and time fields. More...