Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E F G H I J K L M N O P Q R S T U W Y Z

A

AM_PM - Static variable in class java.text.DateFormat.Field
 
AM_PM_FIELD - Static variable in class java.text.DateFormat
Represents the position of the am/pm pattern character in the array of localized pattern characters.
ARGUMENT - Static variable in class java.text.MessageFormat.Field
This is the attribute set for all characters produced by MessageFormat during a formatting.
Annotation - class java.text.Annotation.
This class is used as a wrapper for a text attribute object.
Annotation(Object) - Constructor for class java.text.Annotation
This method initializes a new instance of Annotation to wrapper the specified text attribute object.
AttributedCharacterIterator - interface java.text.AttributedCharacterIterator.
This interface extends the CharacterIterator interface in order to support iteration over character attributes as well as over the characters themselves.
AttributedCharacterIterator.Attribute - class java.text.AttributedCharacterIterator.Attribute.
Defines attribute keys that are used as text attributes.
AttributedCharacterIterator.Attribute(String) - Constructor for class java.text.AttributedCharacterIterator.Attribute
Initializes a new instance of this class with the specified name.
AttributedString - class java.text.AttributedString.
This class models a String with attributes over various subranges of the string.
AttributedString(String) - Constructor for class java.text.AttributedString
Creates a new instance of AttributedString that represents the specified String with no attributes.
AttributedString(String, Map) - Constructor for class java.text.AttributedString
Creates a new instance of AttributedString that represents that specified String with the specified attributes over the entire length of the String.
AttributedString(AttributedCharacterIterator) - Constructor for class java.text.AttributedString
Initializes a new instance of AttributedString that will use the text and attribute information from the specified AttributedCharacterIterator.
AttributedString(AttributedCharacterIterator, int, int) - Constructor for class java.text.AttributedString
Initializes a new instance of AttributedString that will use the text and attribute information from the specified subrange of the specified AttributedCharacterIterator.
AttributedString(AttributedCharacterIterator, int, int, AttributedCharacterIterator.Attribute[]) - Constructor for class java.text.AttributedString
Initializes a new instance of AttributedString that will use the text and attribute information from the specified subrange of the specified AttributedCharacterIterator.
AttributedString.AttributeRange - class java.text.AttributedString.AttributeRange.
The attributes and ranges of text over which those attributes apply.
AttributedString.AttributeRange(Map, int, int) - Constructor for class java.text.AttributedString.AttributeRange
Creates a new attribute range.
AttributedStringIterator - class java.text.AttributedStringIterator.
This class implements the AttributedCharacterIterator interface.
AttributedStringIterator(StringCharacterIterator, AttributedString.AttributeRange[], int, int, AttributedCharacterIterator.Attribute[]) - Constructor for class java.text.AttributedStringIterator
 
addAttribute(AttributedCharacterIterator.Attribute, Object) - Method in class java.text.AttributedString
Adds a new attribute that will cover the entire string.
addAttribute(AttributedCharacterIterator.Attribute, Object, int, int) - Method in class java.text.AttributedString
Adds a new attribute that will cover the specified subrange of the string.
addAttributes(Map, int, int) - Method in class java.text.AttributedString
Adds all of the attributes in the specified list to the specified subrange of the string.
allFields - Static variable in class java.text.DateFormat.Field
 
allFields - Static variable in class java.text.NumberFormat.Field
Private fields to register all fields contained in this descriptor.
ampms - Variable in class java.text.DateFormatSymbols
 
applyLocalizedPattern(String) - Method in class java.text.DecimalFormat
 
applyLocalizedPattern(String) - Method in class java.text.SimpleDateFormat
This method sets the formatting pattern that should be used by this object.
applyPattern(String) - Method in class java.text.ChoiceFormat
This method sets new range terminators and format strings for this object based on the specified pattern.
applyPattern(String) - Method in class java.text.DecimalFormat
 
applyPattern(String) - Method in class java.text.MessageFormat
Applies the specified pattern to this MessageFormat.
applyPattern(String) - Method in class java.text.SimpleDateFormat
This method sets the formatting pattern that should be used by this object.
applyPatternWithSymbols(String, DecimalFormatSymbols) - Method in class java.text.DecimalFormat
 
argNumber - Variable in class java.text.MessageFormat.MessageFormatElement
 
attrib - Variable in class java.text.Annotation
This is the attribute object being wrappered
attribs - Variable in class java.text.AttributedString.AttributeRange
A Map of the attributes
attribs - Variable in class java.text.AttributedString
The attribute information
attribs - Variable in class java.text.AttributedStringIterator
The list of attributes and ranges

B

Bidi - class java.text.Bidi.
Bidirectional Algorithm implementation.
Bidi(AttributedCharacterIterator) - Constructor for class java.text.Bidi
Create a new Bidi object given an attributed character iterator.
Bidi(char[], int, byte[], int, int, int) - Constructor for class java.text.Bidi
Create a new Bidi object with the indicated text and, possibly, explicit embedding settings.
Bidi(String, int) - Constructor for class java.text.Bidi
Create a new Bidi object using the contents of the given String as the text.
BreakIterator - class java.text.BreakIterator.
This class iterates over text elements such as words, lines, sentences, and characters.
BreakIterator() - Constructor for class java.text.BreakIterator
This method initializes a new instance of BreakIterator.
baseEmbedding - Variable in class java.text.Bidi
 
baseIsLeftToRight() - Method in class java.text.Bidi
Return true if the paragraph base embedding is left-to-right, false otherwise.
begin - Variable in class java.text.FieldPosition
This is the beginning index of the field.
begin - Variable in class java.text.StringCharacterIterator
This is the value of the start position of the text range.
begin_index - Variable in class java.text.AttributedString.AttributeRange
The beginning index of the attributes
buildCollationVector(ArrayList) - Method in class java.text.RuleBasedCollator
This method uses the sorting instructions built by RuleBasedCollator.parseString(java.lang.String) 55 to build collation elements which can be directly used to sort strings.
buildPrefixAccess() - Method in class java.text.RuleBasedCollator
Build a tree where all keys are the texts of collation elements and data is the collation element itself.

C

CANONICAL_DECOMPOSITION - Static variable in class java.text.Collator
This constant indicates that only characters which are canonical variants in Unicode 2.0 will be decomposed prior to performing comparisons.
CURRENCY - Static variable in class java.text.NumberFormat.Field
Attribute set to all characters containing the currency unit.
CharacterIterator - interface java.text.CharacterIterator.
This interface defines a mechanism for iterating over a range of characters.
ChoiceFormat - class java.text.ChoiceFormat.
This class allows a format to be specified based on a range of numbers.
ChoiceFormat(String) - Constructor for class java.text.ChoiceFormat
This method initializes a new instance of ChoiceFormat that generates its range terminator and format string arrays from the specified pattern.
ChoiceFormat(double[], String[]) - Constructor for class java.text.ChoiceFormat
This method initializes a new instance of ChoiceFormat that will use the specified range terminators and format strings.
CollationElementIterator - class java.text.CollationElementIterator.
This class walks through the character collation elements of a String as defined by the collation rules in an instance of RuleBasedCollator.
CollationElementIterator(RuleBasedCollator, String) - Constructor for class java.text.CollationElementIterator
This method initializes a new instance of CollationElementIterator to iterate over the specified String using the rules in the specified RuleBasedCollator.
CollationKey - class java.text.CollationKey.
This class represents a pre-computed series of bits representing a String for under a particular Collator.
CollationKey(Collator, String, byte[]) - Constructor for class java.text.CollationKey
 
Collator - class java.text.Collator.
This class is the abstract superclass of classes which perform locale dependent String comparisons.
Collator() - Constructor for class java.text.Collator
This method initializes a new instance of Collator to have the default strength (TERTIARY) and decomposition (CANONICAL_DECOMPOSITION) settings.
calendar - Variable in class java.text.DateFormat
 
calendarField - Variable in class java.text.DateFormat.Field
 
ce_table - Variable in class java.text.RuleBasedCollator
This is the table of collation element values
character - Variable in class java.text.SimpleDateFormat.CompiledField
The character used.
choiceFormats - Variable in class java.text.ChoiceFormat
This is the list of format strings.
choiceLimits - Variable in class java.text.ChoiceFormat
This is the list of range terminator values.
ci - Variable in class java.text.AttributedStringIterator
The character iterator containing the text
clone() - Method in class java.text.AttributedStringIterator
 
clone() - Method in class java.text.BreakIterator
Create a clone of this object.
clone() - Method in interface java.text.CharacterIterator
This method creates a copy of this CharacterIterator.
clone() - Method in class java.text.Collator
This method returns a copy of this Collator object.
clone() - Method in class java.text.DateFormat
This method returns a copy of this object.
clone() - Method in class java.text.DateFormatSymbols
Returns a new copy of this object.
clone() - Method in class java.text.DecimalFormat
 
clone() - Method in class java.text.DecimalFormatSymbols
 
clone() - Method in class java.text.Format
Creates a copy of this object.
clone() - Method in class java.text.MessageFormat
Overrides Format.clone()
clone() - Method in class java.text.RuleBasedCollator
This method creates a copy of this object.
clone() - Method in class java.text.SimpleDateFormat
Returns a copy of this instance of SimpleDateFormat.
clone() - Method in class java.text.StringCharacterIterator
This method creates a copy of this CharacterIterator.
collator - Variable in class java.text.CollationElementIterator
This is the RuleBasedCollator this object was created from.
collator - Variable in class java.text.CollationKey
This is the Collator this object was created from.
compare(String, String) - Method in class java.text.Collator
This method compares the two String's and returns an integer indicating whether or not the first argument is less than, equal to, or greater than the second argument.
compare(Object, Object) - Method in class java.text.Collator
This method compares the two Object's and returns an integer indicating whether or not the first argument is less than, equal to, or greater than the second argument.
compare(String, String) - Method in class java.text.RuleBasedCollator
This method returns an integer which indicates whether the first specified String is less than, greater than, or equal to the second.
compareTo(CollationKey) - Method in class java.text.CollationKey
This method compares the specified object to this one.
compareTo(Object) - Method in class java.text.CollationKey
This method compares the specified object to this one.
comparisonType - Variable in class java.text.RuleBasedCollator.CollationSorter
 
compileFormat(String) - Method in class java.text.SimpleDateFormat
Compiles the supplied non-localized pattern into a form from which formatting and parsing can be performed.
computeCenturyStart() - Method in class java.text.SimpleDateFormat
 
computeExplicitLevels() - Method in class java.text.Bidi
An internal function which implements rules X1 through X9.
computeInstance(int, Locale, boolean, boolean) - Static method in class java.text.DateFormat
 
computeInstance(int, int, Locale, boolean, boolean) - Static method in class java.text.DateFormat
 
computeInstance(Locale, String, String) - Static method in class java.text.NumberFormat
 
computeOffset(String, ParsePosition) - Method in class java.text.SimpleDateFormat
Computes the time zone offset in milliseconds relative to GMT, based on the supplied String representation.
computeParagraphEmbeddingLevel() - Method in class java.text.Bidi
An internal function which implements rules P2 and P3.
computePattern(DecimalFormatSymbols) - Method in class java.text.DecimalFormat
 
computeRuns() - Method in class java.text.Bidi
An internal function to compute the boundaries of runs in the text.
computeTypes() - Method in class java.text.Bidi
Implementation function which computes the initial type of each character in the input.
createLineBidi(int, int) - Method in class java.text.Bidi
Create a new Bidi object for a single line of text, taken from the text used when creating the current Bidi object.
currency - Variable in class java.text.DecimalFormatSymbols
The currency used for the symbols in this instance.
currencySymbol - Variable in class java.text.DecimalFormatSymbols
 
current() - Method in class java.text.AttributedStringIterator
 
current() - Method in class java.text.BreakIterator
This method returns the index of the current text element boundary.
current() - Method in interface java.text.CharacterIterator
This method returns the character at the current index position
current() - Method in class java.text.StringCharacterIterator
This method returns the character at the current index position

D

DATE_FIELD - Static variable in class java.text.DateFormat
Represents the position of the date or day of the month pattern character in the array of localized pattern characters.
DAY_OF_MONTH - Static variable in class java.text.DateFormat.Field
 
DAY_OF_WEEK - Static variable in class java.text.DateFormat.Field
 
DAY_OF_WEEK_FIELD - Static variable in class java.text.DateFormat
Represents the position of the day of the week pattern character in the array of localized pattern characters.
DAY_OF_WEEK_IN_MONTH - Static variable in class java.text.DateFormat.Field
 
DAY_OF_WEEK_IN_MONTH_FIELD - Static variable in class java.text.DateFormat
Represents the position of the day of the week in the month pattern character in the array of localized pattern characters.
DAY_OF_YEAR - Static variable in class java.text.DateFormat.Field
 
DAY_OF_YEAR_FIELD - Static variable in class java.text.DateFormat
Represents the position of the day of the year pattern character in the array of localized pattern characters.
DECIMAL_SEPARATOR - Static variable in class java.text.NumberFormat.Field
Attribute set to all characters containing a decimal separator.
DEFAULT - Static variable in class java.text.DateFormat
 
DIRECTION_DEFAULT_LEFT_TO_RIGHT - Static variable in class java.text.Bidi
This indicates that a strongly directional character in the text should set the initial direction, but if no such character is found, then the initial direction will be left-to-right.
DIRECTION_DEFAULT_RIGHT_TO_LEFT - Static variable in class java.text.Bidi
This indicates that a strongly directional character in the text should set the initial direction, but if no such character is found, then the initial direction will be right-to-left.
DIRECTION_LEFT_TO_RIGHT - Static variable in class java.text.Bidi
This indicates that the initial direction should be left-to-right.
DIRECTION_RIGHT_TO_LEFT - Static variable in class java.text.Bidi
This indicates that the initial direction should be right-to-left.
DONE - Static variable in class java.text.BreakIterator
This value is returned by the next() and previous in order to indicate that the end of the text has been reached.
DONE - Static variable in interface java.text.CharacterIterator
This is a special constant value that is returned when the beginning or end of the character range has been reached.
DateFormat - class java.text.DateFormat.
 
DateFormat() - Constructor for class java.text.DateFormat
This method initializes a new instance of DateFormat.
DateFormat.Field - class java.text.DateFormat.Field.
 
DateFormat.Field() - Constructor for class java.text.DateFormat.Field
 
DateFormat.Field(String, int) - Constructor for class java.text.DateFormat.Field
 
DateFormatSymbols - class java.text.DateFormatSymbols.
This class acts as container for locale specific date/time formatting information such as the days of the week and the months of the year.
DateFormatSymbols(Locale) - Constructor for class java.text.DateFormatSymbols
This method initializes a new instance of DateFormatSymbols by loading the date format information for the specified locale.
DateFormatSymbols() - Constructor for class java.text.DateFormatSymbols
This method loads the format symbol information for the default locale.
DecimalFormat - class java.text.DecimalFormat.
 
DecimalFormat() - Constructor for class java.text.DecimalFormat
Constructs a DecimalFormat which uses the default pattern and symbols.
DecimalFormat(String) - Constructor for class java.text.DecimalFormat
Constructs a DecimalFormat which uses the given pattern and the default symbols for formatting and parsing.
DecimalFormat(String, DecimalFormatSymbols) - Constructor for class java.text.DecimalFormat
Constructs a DecimalFormat using the given pattern and formatting symbols.
DecimalFormatSymbols - class java.text.DecimalFormatSymbols.
This class is a container for the symbols used by DecimalFormat to format numbers and currency for a particular locale.
DecimalFormatSymbols() - Constructor for class java.text.DecimalFormatSymbols
This method initializes a new instance of DecimalFormatSymbols for the default locale.
DecimalFormatSymbols(Locale) - Constructor for class java.text.DecimalFormatSymbols
This method initializes a new instance of DecimalFormatSymbols for the specified locale.
dateFormats - Variable in class java.text.DateFormatSymbols
 
decimalSeparator - Variable in class java.text.DecimalFormatSymbols
 
decimalSeparatorAlwaysShown - Variable in class java.text.DecimalFormat
 
decmp - Variable in class java.text.Collator
This is the current collation decomposition setting.
decomposeCharacter(char, StringBuffer) - Method in class java.text.Collator
 
defaultCentury - Variable in class java.text.SimpleDateFormat
The year at which interpretation of two digit years starts.
defaultCenturyStart - Variable in class java.text.SimpleDateFormat
The date representing the start of the century used for interpreting two digit years.
digit - Variable in class java.text.DecimalFormatSymbols
 

E

EQUAL - Static variable in class java.text.RuleBasedCollator.CollationSorter
 
ERA - Static variable in class java.text.DateFormat.Field
 
ERA_FIELD - Static variable in class java.text.DateFormat
Represents the position of the era pattern character in the array of localized pattern characters.
EXPONENT - Static variable in class java.text.NumberFormat.Field
Attribute set to all characters containing digits of the exponential part.
EXPONENT_SIGN - Static variable in class java.text.NumberFormat.Field
Attribute set to all characters containing the exponent sign.
EXPONENT_SYMBOL - Static variable in class java.text.NumberFormat.Field
Attribute set to all characters containing an exponential symbol (e.g.
EXTENDED_YEAR - Static variable in class java.text.DateFormat.Field
 
EXTENDED_YEAR_FIELD - Static variable in class java.text.DateFormat
Represents the position of the extended year pattern character in the array of localized pattern characters.
elements - Variable in class java.text.MessageFormat
 
embeddingOffset - Variable in class java.text.Bidi
 
embeddings - Variable in class java.text.Bidi
 
end - Variable in class java.text.FieldPosition
This is the ending index of the field.
end - Variable in class java.text.StringCharacterIterator
This is the value of the ending position of the text range.
end_index - Variable in class java.text.AttributedString.AttributeRange
The ending index of the attributes
equality - Variable in class java.text.RuleBasedCollator.CollationElement
 
equals(Object) - Method in class java.text.AttributedCharacterIterator.Attribute
Tests this object for equality against the specified object.
equals(Object) - Method in class java.text.ChoiceFormat
This method tests this object for equality with the specified object.
equals(Object) - Method in class java.text.CollationKey
This method tests the specified Object for equality with this object.
equals(Object) - Method in class java.text.Collator
This method tests the specified object for equality against this object.
equals(String, String) - Method in class java.text.Collator
This method tests whether the specified String's are equal according to the collation rules for the locale of this object and the current strength and decomposition settings.
equals(Object) - Method in class java.text.DateFormat
This method tests this object for equality against the specified object.
equals(Object, Object) - Static method in class java.text.DateFormatSymbols
 
equals(Object) - Method in class java.text.DateFormatSymbols
This method tests a specified object for equality against this object.
equals(String, String) - Method in class java.text.DecimalFormat
 
equals(Object) - Method in class java.text.DecimalFormat
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class java.text.DecimalFormatSymbols
This method this this object for equality against the specified object.
equals(Object) - Method in class java.text.FieldPosition
This method tests this object for equality against the specified object.
equals(Object) - Method in class java.text.MessageFormat
Overrides Format.equals(Object obj)
equals(Object) - Method in class java.text.NumberFormat
This method tests the specified object for equality against this object.
equals(Object) - Method in class java.text.ParsePosition
This method tests the specified object for equality with this object.
equals(Object) - Method in class java.text.RuleBasedCollator
This method tests this object for equality against the specified object.
equals(Object) - Method in class java.text.SimpleDateFormat
This methods tests whether the specified object is equal to this object.
equals(Object) - Method in class java.text.StringCharacterIterator
This method tests this object for equality againt the specified object.
eras - Variable in class java.text.DateFormatSymbols
 
errorOffset - Variable in class java.text.ParseException
This is the position where the error was encountered.
error_index - Variable in class java.text.ParsePosition
This is the index of the position where an error occurred during parsing.
expansion - Variable in class java.text.RuleBasedCollator.CollationElement
 
expansionOrdering - Variable in class java.text.RuleBasedCollator.CollationSorter
 
expect(String, ParsePosition, char) - Method in class java.text.SimpleDateFormat
 
exponentBits - Static variable in class java.text.ChoiceFormat
 
exponentRound - Variable in class java.text.DecimalFormat
 
exponential - Variable in class java.text.DecimalFormatSymbols
 

F

FRACTION - Static variable in class java.text.NumberFormat.Field
Attribute set to all characters containing digits of the fractional part.
FRACTION_FIELD - Static variable in class java.text.NumberFormat
This is a constant used to create a FieldPosition object that will return the fractional portion of a formatted number.
FULL - Static variable in class java.text.DateFormat
 
FULL_DECOMPOSITION - Static variable in class java.text.Collator
This constant indicates that both canonical variants and compatibility variants in Unicode 2.0 will be decomposed prior to performing comparisons.
FieldPosition - class java.text.FieldPosition.
This class is used by the java.text formatting classes to track field positions.
FieldPosition(Format.Field) - Constructor for class java.text.FieldPosition
This method initializes a new instance of FieldPosition to have the specified field attribute.
FieldPosition(Format.Field, int) - Constructor for class java.text.FieldPosition
This method initializes a new instance of FieldPosition to have the specified field attribute.
FieldPosition(int) - Constructor for class java.text.FieldPosition
This method initializes a new instance of FieldPosition to have the specified field id.
Format - class java.text.Format.
This class is the abstract superclass of classes that format and parse data to/from Strings.
Format() - Constructor for class java.text.Format
This method initializes a new instance of Format.
Format.Field - class java.text.Format.Field.
 
Format.Field(String) - Constructor for class java.text.Format.Field
 
field - Variable in class java.text.SimpleDateFormat.CompiledField
The ID of the field within the local pattern characters.
field_attribute - Variable in class java.text.FieldPosition
This is the field attribute value.
field_id - Variable in class java.text.FieldPosition
This is the field identifier value.
findPrefixLength(String, String) - Static method in class java.text.RuleBasedCollator
This method returns the number of common characters at the beginning of the string of the two parameters.
first() - Method in class java.text.AttributedStringIterator
 
first() - Method in class java.text.BreakIterator
This method returns the first text element boundary in the text being iterated over.
first() - Method in interface java.text.CharacterIterator
This method sets the index value to the beginning of the range and returns the character there.
first() - Method in class java.text.StringCharacterIterator
This method sets the index value to the beginning of the range and returns the character there.
flags - Variable in class java.text.Bidi
 
following(int) - Method in class java.text.BreakIterator
This methdod returns the offset of the text element boundary following the specified offset.
format(long, StringBuffer, FieldPosition) - Method in class java.text.ChoiceFormat
This method appends the appropriate format string to the specified StringBuffer based on the supplied long argument.
format(double, StringBuffer, FieldPosition) - Method in class java.text.ChoiceFormat
This method appends the appropriate format string to the specified StringBuffer based on the supplied double argument.
format(Object, StringBuffer, FieldPosition) - Method in class java.text.DateFormat
This method formats the specified Object into a date string and appends it to the specified StringBuffer.
format(Date) - Method in class java.text.DateFormat
Formats the date argument according to the pattern specified.
format(Date, StringBuffer, FieldPosition) - Method in class java.text.DateFormat
This method formats a Date into a string and appends it to the specified StringBuffer.
format(double, StringBuffer, FieldPosition) - Method in class java.text.DecimalFormat
 
format(long, StringBuffer, FieldPosition) - Method in class java.text.DecimalFormat
 
format(Object) - Method in class java.text.Format
This method formats an Object into a String.
format(Object, StringBuffer, FieldPosition) - Method in class java.text.Format
This method formats an Object into a String and appends the String to a StringBuffer.
format - Variable in class java.text.MessageFormat.MessageFormatElement
 
format(String, Object[]) - Static method in class java.text.MessageFormat
A convinience method to format patterns.
format(Object[], StringBuffer, FieldPosition) - Method in class java.text.MessageFormat
Returns the pattern with the formatted objects.
format(Object, StringBuffer, FieldPosition) - Method in class java.text.MessageFormat
Returns the pattern with the formatted objects.
format(long) - Method in class java.text.NumberFormat
This method is a specialization of the format method that performs a simple formatting of the specified long number.
format(Object, StringBuffer, FieldPosition) - Method in class java.text.NumberFormat
 
format(double, StringBuffer, FieldPosition) - Method in class java.text.NumberFormat
This method formats the specified double and appends it to a StringBuffer.
format(long, StringBuffer, FieldPosition) - Method in class java.text.NumberFormat
This method formats the specified long and appends it to a StringBuffer.
format(double) - Method in class java.text.NumberFormat
This method is a specialization of the format method that performs a simple formatting of the specified double number.
format(Date, StringBuffer, FieldPosition) - Method in class java.text.SimpleDateFormat
 
formatClass - Variable in class java.text.MessageFormat.MessageFormatElement
 
formatData - Variable in class java.text.SimpleDateFormat
The localised data used in formatting, such as the day and month names in the local language, and the localized pattern characters.
formatInternal(double, FormatBuffer, FieldPosition) - Method in class java.text.DecimalFormat
 
formatInternal(Object[], StringBuffer, FieldPosition, FormatCharacterIterator) - Method in class java.text.MessageFormat
 
formatPrefixes - Static variable in class java.text.DateFormatSymbols
 
formatToCharacterIterator(Object) - Method in class java.text.DecimalFormat
 
formatToCharacterIterator(Object) - Method in class java.text.Format
 
formatToCharacterIterator(Object) - Method in class java.text.MessageFormat
A convinience method to format patterns.
formatToCharacterIterator(Object) - Method in class java.text.SimpleDateFormat
 
formatWithAttribute(Date, FormatBuffer, FieldPosition) - Method in class java.text.SimpleDateFormat
Formats the date input according to the format string in use, appending to the specified StringBuffer.
formatsForKey(ResourceBundle, String) - Method in class java.text.DateFormatSymbols
 
formatterIndices - Variable in class java.text.Bidi
 

G

GREATERP - Static variable in class java.text.RuleBasedCollator.CollationSorter
 
GREATERS - Static variable in class java.text.RuleBasedCollator.CollationSorter
 
GREATERT - Static variable in class java.text.RuleBasedCollator.CollationSorter
 
GROUPING_SEPARATOR - Static variable in class java.text.NumberFormat.Field
Attribute set to all characters containing a grouping separator (e.g.
get2DigitYearStart() - Method in class java.text.SimpleDateFormat
Returns the start of the century used for two digit years.
getAllAttributeKeys() - Method in interface java.text.AttributedCharacterIterator
Returns a list of all keys that are defined for the text range.
getAllAttributeKeys() - Method in class java.text.AttributedStringIterator
Returns a list of all the attribute keys that are defined anywhere on this string.
getAmPmStrings() - Method in class java.text.DateFormatSymbols
This method returns the list of strings used for displaying AM or PM.
getAttribute(AttributedCharacterIterator.Attribute) - Method in interface java.text.AttributedCharacterIterator
Returns the value of the specified attribute for the current character.
getAttribute(AttributedCharacterIterator.Attribute, int) - Method in class java.text.AttributedStringIterator
Returns the value for an attribute at the specified position.
getAttribute(AttributedCharacterIterator.Attribute) - Method in class java.text.AttributedStringIterator
Returns the value for an attribute at the current position.
getAttributes() - Method in interface java.text.AttributedCharacterIterator
Returns a Map of the attributes defined for the current character.
getAttributes() - Method in class java.text.AttributedStringIterator
Return a list of all the attributes and values defined for this character
getAvailableLocales() - Static method in class java.text.BreakIterator
This method returns a list of locales for which instances of BreakIterator are available.
getAvailableLocales() - Static method in class java.text.Collator
This method returns an array of Locale objects which is the list of locales for which Collator objects exist.
getAvailableLocales() - Static method in class java.text.DateFormat
This method returns a list of available locales supported by this class.
getAvailableLocales() - Static method in class java.text.NumberFormat
This method returns a list of locales for which concrete instances of NumberFormat subclasses may be created.
getBaseLevel() - Method in class java.text.Bidi
Return the base embedding level of the paragraph.
getBeginIndex() - Method in class java.text.AttributedStringIterator
 
getBeginIndex() - Method in interface java.text.CharacterIterator
This method returns the character position of the first character in the range.
getBeginIndex() - Method in class java.text.FieldPosition
This method returns the beginning index for this field.
getBeginIndex() - Method in class java.text.StringCharacterIterator
This method returns the character position of the first character in the range.
getCalendar() - Method in class java.text.DateFormat
This method returns the Calendar object being used by this object to parse/format datetimes.
getCalendarField() - Method in class java.text.DateFormat.Field
 
getCharacter() - Method in class java.text.SimpleDateFormat.CompiledField
Retrieves the character used in the sequence.
getCharacterInstance() - Static method in class java.text.BreakIterator
This method returns an instance of BreakIterator that will iterate over characters as defined in the default locale.
getCharacterInstance(Locale) - Static method in class java.text.BreakIterator
This method returns an instance of BreakIterator that will iterate over characters as defined in the specified locale.
getCollationElementIterator(String) - Method in class java.text.RuleBasedCollator
This method returns an instance for CollationElementIterator for the specified String under the collation rules for this object.
getCollationElementIterator(CharacterIterator) - Method in class java.text.RuleBasedCollator
This method returns an instance of CollationElementIterator for the String represented by the specified CharacterIterator.
getCollationKey(String) - Method in class java.text.Collator
This method transforms the specified String into a CollationKey for faster comparisons.
getCollationKey(String) - Method in class java.text.RuleBasedCollator
This method returns an instance of CollationKey for the specified String.
getCurrency() - Method in class java.text.DecimalFormat
Returns the currency corresponding to the currency symbol stored in the instance of DecimalFormatSymbols used by this DecimalFormat.
getCurrency() - Method in class java.text.DecimalFormatSymbols
Returns the currency corresponding to the currency symbol stored in this instance of DecimalFormatSymbols.
getCurrency() - Method in class java.text.NumberFormat
Returns the currency used by this number format when formatting currency values.
getCurrencyInstance() - Static method in class java.text.NumberFormat
This method returns an instance of NumberFormat suitable for formatting and parsing currency values in the default locale.
getCurrencyInstance(Locale) - Static method in class java.text.NumberFormat
This method returns an instance of NumberFormat suitable for formatting and parsing currency values in the specified locale.
getCurrencySymbol() - Method in class java.text.DecimalFormatSymbols
This method returns the currency symbol in local format.
getDateFormatSymbols() - Method in class java.text.SimpleDateFormat
This method returns a copy of the format symbol information used for parsing and formatting dates.
getDateInstance() - Static method in class java.text.DateFormat
This method returns an instance of DateFormat that will format using the default formatting style for dates.
getDateInstance(int) - Static method in class java.text.DateFormat
This method returns an instance of DateFormat that will format using the specified formatting style for dates.
getDateInstance(int, Locale) - Static method in class java.text.DateFormat
This method returns an instance of DateFormat that will format using the specified formatting style for dates.
getDateTimeInstance() - Static method in class java.text.DateFormat
This method returns a new instance of DateFormat that formats both dates and times using the SHORT style.
getDateTimeInstance(int, int) - Static method in class java.text.DateFormat
This method returns a new instance of DateFormat that formats both dates and times using the DEFAULT style.
getDateTimeInstance(int, int, Locale) - Static method in class java.text.DateFormat
This method returns a new instance of DateFormat that formats both dates and times using the specified styles.
getDecimalFormatSymbols() - Method in class java.text.DecimalFormat
Returns a copy of the symbols used by this instance.
getDecimalSeparator() - Method in class java.text.DecimalFormatSymbols
This method returns the character used as the decimal point.
getDecomposition() - Method in class java.text.Collator
This method returns the current decomposition setting for this object.
getDefaultAccentedElement(char) - Method in class java.text.RuleBasedCollator
This method builds a default collation element for an accented character without invoking the database created from the rules passed to the constructor.
getDefaultElement(char) - Method in class java.text.RuleBasedCollator
This method builds a default collation element without invoking the database created from the rules passed to the constructor.
getDigit() - Method in class java.text.DecimalFormatSymbols
This method returns the character used to represent a digit in a format pattern string.
getEndIndex() - Method in class java.text.AttributedStringIterator
 
getEndIndex() - Method in interface java.text.CharacterIterator
This method returns the character position of the end of the text range.
getEndIndex() - Method in class java.text.FieldPosition
This method returns the ending index for the field.
getEndIndex() - Method in class java.text.StringCharacterIterator
This method returns the character position of the end of the text range.
getEras() - Method in class java.text.DateFormatSymbols
This method returns the list of strings used for displaying eras (e.g., "BC" and "AD").
getErrorIndex() - Method in class java.text.ParsePosition
This method returns the error index value.
getErrorOffset() - Method in class java.text.ParseException
This method returns the position where the error occurred.
getExponential() - Method in class java.text.DecimalFormatSymbols
This method returns the character used to represent the exponential format.
getField() - Method in class java.text.FieldPosition
This method returns the field identifier value for this object.
getField() - Method in class java.text.SimpleDateFormat.CompiledField
Retrieves the ID of the field relative to the local pattern characters.
getFieldAttribute() - Method in class java.text.FieldPosition
 
getFormats() - Method in class java.text.ChoiceFormat
This method returns the list of format strings in use.
getFormats() - Method in class java.text.MessageFormat
Returns an array with the Formats for the arguments.
getFormatsByArgumentIndex() - Method in class java.text.MessageFormat
Return the formatters used sorted by argument index.
getGroupingSeparator() - Method in class java.text.DecimalFormatSymbols
This method sets the character used to separate groups of digits.
getGroupingSize() - Method in class java.text.DecimalFormat
 
getIndex() - Method in class java.text.AttributedStringIterator
 
getIndex() - Method in interface java.text.CharacterIterator
This method returns the current value of the index.
getIndex() - Method in class java.text.ParsePosition
This method returns the current parsing index.
getIndex() - Method in class java.text.StringCharacterIterator
This method returns the current value of the index.
getInfinity() - Method in class java.text.DecimalFormatSymbols
This method returns the character used to represent infinity.
getInstance(String, Locale) - Static method in class java.text.BreakIterator
 
getInstance() - Static method in class java.text.Collator
This method returns an instance of Collator for the default locale.
getInstance(Locale) - Static method in class java.text.Collator
This method returns an instance of Collator for the specified locale.
getInstance() - Static method in class java.text.DateFormat
This method returns a new instance of DateFormat that formats both dates and times using the SHORT style.
getInstance() - Static method in class java.text.NumberFormat
This method returns a default instance for the default locale.
getInstance(Locale) - Static method in class java.text.NumberFormat
This method returns a default instance for the specified locale.
getIntegerInstance() - Static method in class java.text.NumberFormat
This method returns an integer formatting and parsing class for the default locale.
getIntegerInstance(Locale) - Static method in class java.text.NumberFormat
This method returns an integer formatting and parsing class for the default locale.
getInternationalCurrencySymbol() - Method in class java.text.DecimalFormatSymbols
This method returns the ISO 4217 currency code for the currency used.
getIterator() - Method in class java.text.AttributedString
Returns an AttributedCharacterIterator that will iterate over the entire string.
getIterator(AttributedCharacterIterator.Attribute[]) - Method in class java.text.AttributedString
Returns an AttributedCharacterIterator that will iterate over the entire string.
getIterator(AttributedCharacterIterator.Attribute[], int, int) - Method in class java.text.AttributedString
Returns an AttributedCharacterIterator that will iterate over the specified subrange.
getLength() - Method in class java.text.Bidi
Return the length of the paragraph, in characters.
getLevelAt(int) - Method in class java.text.Bidi
Return the level at the indicated character.
getLimits() - Method in class java.text.ChoiceFormat
This method returns the list of range terminators in use.
getLineInstance() - Static method in class java.text.BreakIterator
This method returns an instance of BreakIterator that will iterate over line breaks as defined in the default locale.
getLineInstance(Locale) - Static method in class java.text.BreakIterator
This method returns an instance of BreakIterator that will iterate over line breaks as defined in the specified locale.
getLocalPatternChars() - Method in class java.text.DateFormatSymbols
This method returns the pattern character information for this object.
getLocale() - Method in class java.text.MessageFormat
Returns the locale.
getMaxExpansion(int) - Method in class java.text.CollationElementIterator
This method returns the maximum length of any expansion sequence that ends with the specified collation order value.
getMaximumFractionDigits() - Method in class java.text.NumberFormat
This method returns the maximum number of digits allowed in the fraction portion of a number.
getMaximumIntegerDigits() - Method in class java.text.NumberFormat
This method returns the maximum number of digits allowed in the integer portion of a number.
getMinimumFractionDigits() - Method in class java.text.NumberFormat
This method returns the minimum number of digits allowed in the fraction portion of a number.
getMinimumIntegerDigits() - Method in class java.text.NumberFormat
This method returns the minimum number of digits allowed in the integer portion of a number.
getMinusSign() - Method in class java.text.DecimalFormatSymbols
This method returns the character used to represent the minus sign.
getMonetaryDecimalSeparator() - Method in class java.text.DecimalFormatSymbols
This method returns the character used to represent the decimal point for currency values.
getMonths() - Method in class java.text.DateFormatSymbols
This method returns the list of strings used for displaying month names (e.g., "January" and "February").
getMultiplier() - Method in class java.text.DecimalFormat
 
getNaN() - Method in class java.text.DecimalFormatSymbols
This method returns the string used to represent the NaN (not a number) value.
getName() - Method in class java.text.AttributedCharacterIterator.Attribute
Returns the name of this attribute.
getNegativePrefix() - Method in class java.text.DecimalFormat
 
getNegativeSuffix() - Method in class java.text.DecimalFormat
 
getNumberFormat() - Method in class java.text.DateFormat
This method returns the NumberFormat object being used by this object to parse/format time values.
getNumberInstance() - Static method in class java.text.NumberFormat
This method returns a default instance for the specified locale.
getNumberInstance(Locale) - Static method in class java.text.NumberFormat
This method returns a general purpose number formatting and parsing class for the default locale.
getOffset() - Method in class java.text.CollationElementIterator
This method returns the current offset into the String that is being iterated over.
getPatternSeparator() - Method in class java.text.DecimalFormatSymbols
This method returns the character used to separate positive and negative subpatterns in a format pattern.
getPerMill() - Method in class java.text.DecimalFormatSymbols
This method returns the character used as the per mille character.
getPercent() - Method in class java.text.DecimalFormatSymbols
This method returns the character used as the percent sign.
getPercentInstance() - Static method in class java.text.NumberFormat
This method returns an instance of NumberFormat suitable for formatting and parsing percentage values in the default locale.
getPercentInstance(Locale) - Static method in class java.text.NumberFormat
This method returns an instance of NumberFormat suitable for formatting and parsing percentage values in the specified locale.
getPositivePrefix() - Method in class java.text.DecimalFormat
 
getPositiveSuffix() - Method in class java.text.DecimalFormat
 
getRules() - Method in class java.text.RuleBasedCollator
This method returns a String containing the collation rules for this object.
getRunCount() - Method in class java.text.Bidi
Return the number of runs in the result.
getRunLevel(int) - Method in class java.text.Bidi
Return the level of the indicated run.
getRunLimit() - Method in interface java.text.AttributedCharacterIterator
Returns the index of the character after the end of the run that contains all attributes defined for the current character.
getRunLimit(Set) - Method in interface java.text.AttributedCharacterIterator
Returns the index of the character after the end of the run that contains all attributes in the specified Set defined for the current character.
getRunLimit(AttributedCharacterIterator.Attribute) - Method in interface java.text.AttributedCharacterIterator
Returns the index of the character after the end of the run that contains the specified attribute defined for the current character.
getRunLimit() - Method in class java.text.AttributedStringIterator
Various methods that determine how far the run extends for various attribute combinations.
getRunLimit(AttributedCharacterIterator.Attribute) - Method in class java.text.AttributedStringIterator
 
getRunLimit(Set) - Method in class java.text.AttributedStringIterator
 
getRunLimit(int) - Method in class java.text.Bidi
Return the index of the character just following the end of the indicated run.
getRunStart() - Method in interface java.text.AttributedCharacterIterator
Returns the index of the first character in the run that contains all attributes defined for the current character.
getRunStart(Set) - Method in interface java.text.AttributedCharacterIterator
Returns the index of the first character in the run that contains all attributes in the specified Set defined for the current character.
getRunStart(AttributedCharacterIterator.Attribute) - Method in interface java.text.AttributedCharacterIterator
Returns the index of the first character in the run that contains the specified attribute defined for the current character.
getRunStart() - Method in class java.text.AttributedStringIterator
Returns the index of the first character in the run containing the current character and defined by all the attributes defined for that character position.
getRunStart(AttributedCharacterIterator.Attribute) - Method in class java.text.AttributedStringIterator
Returns the index of the first character in the run, defined by the specified attribute, that contains the current character.
getRunStart(Set) - Method in class java.text.AttributedStringIterator
Returns the index of the first character in the run, defined by the specified attribute set, that contains the current character.
getRunStart(int) - Method in class java.text.Bidi
Return the index of the first character in the indicated run.
getSentenceInstance() - Static method in class java.text.BreakIterator
This method returns an instance of BreakIterator that will iterate over sentences as defined in the default locale.
getSentenceInstance(Locale) - Static method in class java.text.BreakIterator
This method returns an instance of BreakIterator that will iterate over sentences as defined in the specified locale.
getShortMonths() - Method in class java.text.DateFormatSymbols
This method returns the list of strings used for displaying abbreviated month names (e.g., "Jan" and "Feb").
getShortWeekdays() - Method in class java.text.DateFormatSymbols
This method returns the list of strings used for displaying abbreviated weekday names (e.g., "Sun" and "Mon").
getSize() - Method in class java.text.SimpleDateFormat.CompiledField
Retrieves the size of the character sequence.
getSourceString() - Method in class java.text.CollationKey
This method returns the String that this object was created from.
getStrength() - Method in class java.text.Collator
This method returns the current strength setting for this object.
getStringArray(ResourceBundle, String) - Static method in class java.text.DateFormatSymbols
 
getText() - Method in class java.text.BreakIterator
This method returns the text this object is iterating over as a CharacterIterator.
getTimeInstance() - Static method in class java.text.DateFormat
This method returns an instance of DateFormat that will format using the default formatting style for times.
getTimeInstance(int) - Static method in class java.text.DateFormat
This method returns an instance of DateFormat that will format using the specified formatting style for times.
getTimeInstance(int, Locale) - Static method in class java.text.DateFormat
This method returns an instance of DateFormat that will format using the specified formatting style for times.
getTimeZone() - Method in class java.text.DateFormat
This method returns the TimeZone object being used by this instance.
getValue() - Method in class java.text.Annotation
This method returns the text attribute object this Annotation instance is wrappering.
getValue() - Method in class java.text.RuleBasedCollator.CollationElement
 
getWeekdays() - Method in class java.text.DateFormatSymbols
This method returns the list of strings used for displaying weekday names (e.g., "Sunday" and "Monday").
getWordInstance() - Static method in class java.text.BreakIterator
This method returns an instance of BreakIterator that will iterate over words as defined in the default locale.
getWordInstance(Locale) - Static method in class java.text.BreakIterator
This method returns an instance of BreakIterator that will iterate over words as defined in the specified locale.
getZeroDigit() - Method in class java.text.DecimalFormatSymbols
This method returns the character used to represent the digit zero.
getZoneStrings(ResourceBundle) - Method in class java.text.DateFormatSymbols
 
getZoneStrings() - Method in class java.text.DateFormatSymbols
This method returns this list of localized timezone display strings.
groupingSeparator - Variable in class java.text.DecimalFormatSymbols
 
groupingSize - Variable in class java.text.DecimalFormat
 
groupingUsed - Variable in class java.text.NumberFormat
 

H

HOUR0 - Static variable in class java.text.DateFormat.Field
 
HOUR0_FIELD - Static variable in class java.text.DateFormat
Represents the position of the 12 hour pattern character in the array of localized pattern characters.
HOUR1 - Static variable in class java.text.DateFormat.Field
 
HOUR1_FIELD - Static variable in class java.text.DateFormat
Represents the position of the 12 hour pattern character in the array of localized pattern characters.