|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
ERA field indicating
the common era (Anno Domini), also known as CE.
AM_PM field indicating the
period of the day from midnight to just before noon.
get and set indicating
whether the HOUR is before or after noon.
Calendar.AM_PM field.
MONTH field indicating the
fourth month of the year.
MONTH field indicating the
eighth month of the year.
BigDecimal whose value is the absolute
value of this BigDecimal.
BigDecimal whose value is the absolute value
of this BigDecimal.
BigDecimal whose value is
this+rhs, using fixed point arithmetic.
BigDecimal whose value is this+rhs.
ERA field indicating
the period before the common era (before Christ), also known as BCE.
BigDecimal class implements immutable
arbitrary-precision decimal numbers. BigDecimal object from a
java.math.BigDecimal.
BigDecimal object from a
BigInteger, with scale 0.
BigDecimal object from a
BigInteger and a scale.
BigDecimal object from an array of characters.
BigDecimal object from an array of characters.
BigDecimal object directly from a
double.
BigDecimal object directly from a
int.
BigDecimal object directly from a
long.
BigDecimal object from a String.
BigDecimal to a byte.
Calendar is an abstract base class for converting between
a Date object and a set of integer fields such as
YEAR, MONTH, DAY, HOUR,
and so on. DateFormat for ChineseCalendar.
DateFormatSymbols for ChineseDateFormat.
CollationElementIterator is an iterator created by
a RuleBasedCollator to walk through a string. CollationKey represents a String
under the rules of a specific Collator
object. DateFormat uses to produce the time field
values needed to implement date and time formatting.
BigDecimal to another, using unlimited
precision.
BigDecimal to another.
BigDecimal with the value of the parameter.
complement(MIN_VALUE, MAX_VALUE).
time to
field values in fields[].
fields[] to the
millisecond time value time.
nextToken method can be called before it generates an
exception.
Transliterator object constructed from
the given rule string.
get and set indicating the
day of the month.
Calendar.DATE field.
get and set indicating the
day of the month.
get and set indicating the day
of the week.
Calendar.DAY_OF_WEEK field.
get and set indicating the
ordinal number of the day of the week within the current month.
Calendar.DAY_OF_WEEK_IN_MONTH field.
get and set indicating the day
number within the current year.
Calendar.DAY_OF_YEAR field.
MONTH field indicating the
twelfth month of the year.
MathContext object initialized to the default
settings for general-purpose arithmetic.
get() and set()
indicating the localized day of week.
get and set indicating the
daylight savings offset in milliseconds.
DateFormatSymbols is a public class for encapsulating
localizable date-time formatting data, such as the names of the
months, the names of the days of the week, and the time zone data.
DateFormatSymbols object that should be used to format a
calendar system's dates in the given locale.
DecimalFormat is a concrete subclass of
NumberFormat that formats decimal numbers. DecimalFormat to format
numbers. BigDecimal whose value is
this/rhs, using fixed point arithmetic.
BigDecimal whose value is
this/rhs, using fixed point arithmetic and a
rounding mode.
BigDecimal whose value is
this/rhs, using fixed point arithmetic and a
given scale and rounding mode.
BigDecimal whose value is this/rhs.
BigDecimal whose value is the integer
part of this/rhs.
BigDecimal whose value is the integer
part of this/rhs.
BigDecimal to a double.
get and set indicating the
era, e.g., AD or BC in the Julian calendar.
Calendar.ERA field.
get() and set()
indicating the extended year.
BigDecimal with rhs for
equality.
MONTH field indicating the
second month of the year.
DAY_OF_WEEK field indicating
Friday.
BigDecimal to a float.
String representation of this
BigDecimal, modified by layout parameters.
String representation of this
BigDecimal, modified by layout parameters and allowing
exponential notation.
getLimit() and handleGetLimit()
indicating the greatest minimum value that a field can take.
GregorianCalendar is a concrete subclass of
Calendar
and provides the standard calendar used by most of the world.
Transliterator objects.
java.text.CharacterIterator object for
the underlying text of this iterator.
DateFormat object that can be used to format dates in
the calendar system specified by cal.
DateFormat appropriate to this calendar.
DateFormat object that can be used to format dates and times in
the calendar system specified by cal.
TimeZone for this host.
format() is padded.
computeGregorianFields().
computeGregorianFields().
computeGregorianFields().
computeGregorianFields().
Transliterator object given its ID.
Transliterator object given its ID.
UCharacterIterator object given a
Replaceable object.
UCharacterIterator object given a
source string.
UCharacterIterator object given a
source character array.
UCharacterIterator object given a
source character array.
UCharacterIterator object given a
source StringBuffer.
UCharacterIterator object given a
CharacterIterator.
SearchIterator.first(), SearchIterator.next(), SearchIterator.previous(), or SearchIterator.last().
getText(char[], int)>/code> that provides
an offset of 0.
- getText() -
Method in class com.ibm.icu.text.UCharacterIterator
- Convenience method for returning the underlying text storage as as string
- getTime() -
Method in class com.ibm.icu.util.Calendar
- Gets this Calendar's current time.
- getTimeInMillis() -
Method in class com.ibm.icu.util.Calendar
- Gets this Calendar's current time as a long.
- getTimeInstance() -
Static method in class com.ibm.icu.text.DateFormat
- Gets the time formatter with the default formatting style
for the default locale.
- getTimeInstance(int) -
Static method in class com.ibm.icu.text.DateFormat
- Gets the time formatter with the given formatting style
for the default locale.
- getTimeInstance(int, Locale) -
Static method in class com.ibm.icu.text.DateFormat
- Gets the time formatter with the given formatting style
for the given locale.
- getTimeInstance(int, ULocale) -
Static method in class com.ibm.icu.text.DateFormat
- Deprecated. This is a draft API and might change in a future release of ICU.
- getTimeInstance(Calendar, int, Locale) -
Static method in class com.ibm.icu.text.DateFormat
- Create a
DateFormat object that can be used to format times in
the calendar system specified by cal.
- getTimeInstance(Calendar, int, ULocale) -
Static method in class com.ibm.icu.text.DateFormat
- Deprecated. This is a draft API and might change in a future release of ICU.
- getTimeInstance(Calendar, int) -
Static method in class com.ibm.icu.text.DateFormat
- Convenience overload
- getTimeScaleValue(int, int) -
Static method in class com.ibm.icu.util.UniversalTimeScale
- Deprecated. This is a draft API and might change in a future release of ICU.
- getTimeZone() -
Method in class com.ibm.icu.text.DateFormat
- Gets the time zone.
- getTimeZone() -
Method in class com.ibm.icu.util.Calendar
- Gets the time zone.
- getTimeZone(String) -
Static method in class com.ibm.icu.util.TimeZone
- Gets the
TimeZone for the given ID.
- getTitleInstance() -
Static method in class com.ibm.icu.text.BreakIterator
- Returns a new instance of BreakIterator that locates title boundaries.
- getTitleInstance(Locale) -
Static method in class com.ibm.icu.text.BreakIterator
- Returns a new instance of BreakIterator that locates title boundaries.
- getTitleInstance(ULocale) -
Static method in class com.ibm.icu.text.BreakIterator
- Deprecated. This is a draft API and might change in a future release of ICU.
- getTrailSurrogate(int) -
Static method in class com.ibm.icu.text.UTF16
- Returns the trail surrogate.
- getType(int) -
Static method in class com.ibm.icu.lang.UCharacter
- Returns a value indicating a code point's Unicode category.
- getType() -
Method in class com.ibm.icu.util.BuddhistCalendar
- Deprecated. Return the current Calendar type.
- getType() -
Method in class com.ibm.icu.util.Calendar
- Return the current Calendar type.
- getType() -
Method in class com.ibm.icu.util.ChineseCalendar
- Deprecated. Return the current Calendar type.
- getType() -
Method in class com.ibm.icu.util.GregorianCalendar
- Return the current Calendar type.
- getType() -
Method in class com.ibm.icu.util.HebrewCalendar
- Deprecated. Return the current Calendar type.
- getType() -
Method in class com.ibm.icu.util.IslamicCalendar
- Deprecated. Return the current Calendar type.
- getType() -
Method in class com.ibm.icu.util.JapaneseCalendar
- Deprecated. Return the current Calendar type.
- getTypeIterator() -
Static method in class com.ibm.icu.lang.UCharacter
- Gets an iterator for character types, iterating over codepoints.
- getUCAVersion() -
Method in class com.ibm.icu.text.Collator
- Deprecated. This is a draft API and might change in a future release of ICU.
- getUCAVersion() -
Method in class com.ibm.icu.text.RuleBasedCollator
- Deprecated. This is a draft API and might change in a future release of ICU.
- getULocale() -
Method in class com.ibm.icu.text.DecimalFormatSymbols
- Deprecated. This is a draft API and might change in a future release of ICU.
- getULocale() -
Method in class com.ibm.icu.text.MessageFormat
- Deprecated. This is a draft API and might change in a future release of ICU.
- getULocale() -
Method in class com.ibm.icu.util.UResourceBundle
- Deprecated. This is a draft API and might change in a future release of ICU.
- getUnicodeNumericValue(int) -
Static method in class com.ibm.icu.lang.UCharacter
- Get the numeric value for a Unicode code point as defined in the
Unicode Character Database.
- getUnicodeVersion() -
Static method in class com.ibm.icu.lang.UCharacter
- Gets the version of Unicode data used.
- getUnit() -
Method in class com.ibm.icu.util.Measure
- Deprecated. This is a draft API and might change in a future release of ICU.
- getValueArray() -
Method in class com.ibm.icu.util.CompactByteArray
- For internal use only.
- getValueArray() -
Method in class com.ibm.icu.util.CompactCharArray
- For internal use only.
- getVariableTop() -
Method in class com.ibm.icu.text.Collator
- Gets the variable top value of a Collator.
- getVariableTop() -
Method in class com.ibm.icu.text.RuleBasedCollator
- Gets the variable top value of a Collator.
- getVariant() -
Method in class com.ibm.icu.util.ULocale
- Deprecated. This is a draft API and might change in a future release of ICU.
- getVariant(String) -
Static method in class com.ibm.icu.util.ULocale
- Deprecated. This is a draft API and might change in a future release of ICU.
- getVersion() -
Method in class com.ibm.icu.text.Collator
- Deprecated. This is a draft API and might change in a future release of ICU.
- getVersion() -
Method in class com.ibm.icu.text.RuleBasedCollator
- Deprecated. This is a draft API and might change in a future release of ICU.
- getWeekdays() -
Method in class com.ibm.icu.text.DateFormatSymbols
- Gets weekday strings.
- getWeekendTransition(int) -
Method in class com.ibm.icu.util.Calendar
- Return the time during the day at which the weekend begins or end in
this calendar system.
- getWidth() -
Method in class com.ibm.icu.util.LocaleData.PaperSize
- Deprecated. This is a draft API and might change in a future release of ICU.
- getWordInstance() -
Static method in class com.ibm.icu.text.BreakIterator
- Returns a new instance of BreakIterator that locates word boundaries.
- getWordInstance(Locale) -
Static method in class com.ibm.icu.text.BreakIterator
- Returns a new instance of BreakIterator that locates word boundaries.
- getWordInstance(ULocale) -
Static method in class com.ibm.icu.text.BreakIterator
- Deprecated. This is a draft API and might change in a future release of ICU.
- getZeroDigit() -
Method in class com.ibm.icu.text.DecimalFormatSymbols
- Return the character used for zero.
- getZoneStrings() -
Method in class com.ibm.icu.text.DateFormatSymbols
- Gets timezone strings.
- gregorianMonthLength(int, int) -
Static method in class com.ibm.icu.util.Calendar
- Return the length of a month of the Gregorian calendar.
- gregorianPreviousMonthLength(int, int) -
Static method in class com.ibm.icu.util.Calendar
- Return the length of a previous month of the Gregorian calendar.
get and set indicating the
hour of the morning or afternoon.
Calendar.HOUR field.
Calendar.HOUR field.
get and set indicating the
hour of the day.
Calendar.HOUR_OF_DAY field.
Calendar.HOUR_OF_DAY field.
Calendar should override this method to return an
int[] array of the appropriate length.
DateFormat appropriate to this calendar.
hasMoreTokens method.
BigDecimal.
stamp[] indicating that a field
has been set via computations from the time or from other fields.
BigDecimal to an int.
BigDecimal to an int.
MONTH field indicating the
first month of the year.
get() and set()
indicating the modified Julian day number.
MONTH field indicating the
seventh month of the year.
MONTH field indicating the
sixth month of the year.
bounds().
getLimit() and handleGetLimit()
indicating the least maximum value that a field can take.
getDisplayName() indicating
a long name, such as "Pacific Standard Time."
BigDecimal to a long.
BigDecimal to a long.
MONTH field indicating the
third month of the year.
getLimit() and handleGetLimit()
indicating the maximum value that a field can take (greatest maximum).
Date.
MONTH field indicating the
fifth month of the year.
get and set indicating the
millisecond within the second.
get() and set()
indicating the milliseconds in the day.
getLimit() and handleGetLimit()
indicating the minimum value that a field can take (least minimum).
stamp[] has a value greater than or
equal to MINIMUM_USER_SET then it has been set by the
user via a call to set().
get and set indicating the
minute within the hour.
Calendar.MINUTE field.
Date.
DAY_OF_WEEK field indicating
Monday.
get and set indicating the
month.
Calendar.MONTH field.
MathContext immutable class encapsulates the
settings understood by the operator methods of the BigDecimal
class (and potentially other classes). MathContext with a specified
precision.
MathContext with a specified
precision and form.
MathContext with a specified
precision, form, and lostDigits setting.
MathContext with a specified
precision, form, lostDigits, and roundingMode setting.
BigDecimal whose value is
the maximum of this and rhs.
BigDecimal whose value is
the maximum of this and rhs.
BigDecimal whose value is
the minimum of this and rhs.
BigDecimal whose value is
the minimum of this and rhs.
BigDecimal whose decimal point has
been moved to the left by a specified number of positions.
BigDecimal whose decimal point has
been moved to the right by a specified number of positions.
BigDecimal whose value is
this*rhs, using fixed point arithmetic.
BigDecimal whose value is this*rhs.
MONTH field indicating the
eleventh month of the year.
normalize transforms Unicode text into an equivalent composed or
decomposed form, allowing for easier sorting and searching of text.
NumberFormat is the abstract base class for all number
formats. BigDecimal whose value is
-this.
BigDecimal whose value is -this.
nextToken method, except
that its declared return value is Object rather than
String.
DateFormat uses to format numbers
in dates and times.
MONTH field indicating the
tenth month of the year.
BigDecimal constant "1".
getPadPosition() and
setPadPosition() specifying pad characters inserted after
the prefix.
getPadPosition() and
setPadPosition() specifying pad characters inserted after
the suffix.
getPadPosition() and
setPadPosition() specifying pad characters inserted before
the prefix.
getPadPosition() and
setPadPosition() specifying pad characters inserted before
the suffix.
AM_PM field indicating the
period of the day from noon to just before midnight.
Number object to
represent the parsed value.
BigDecimal whose value is
+this.
BigDecimal whose value is
+this.
BigDecimal whose value is
this**rhs, using fixed point arithmetic.
BigDecimal whose value is this**rhs.
Replaceable is an interface representing a
string of characters that supports the replacement of a range of
itself with a new string of characters. ReplaceableString is an adapter class that implements the
Replaceable API around an ordinary StringBuffer.
buf for internal
storage.
Transliterator with the
system.
BigDecimal whose value is
the remainder of this/rhs, using fixed point arithmetic.
BigDecimal whose value is the remainder of
this/rhs.
count characters
in chars starting at start.
chars.
count characters
in text starting at start.
text.
DAY_OF_WEEK field indicating
Saturday.
get and set indicating the
second within the minute.
Calendar.SECOND field.
MONTH field indicating the
ninth month of the year.
getDisplayName() indicating
a short name, such as "PST."
bounds().
DAY_OF_WEEK field indicating
Sunday.
SimpleDateFormat is a concrete class for formatting and
parsing dates in a locale-sensitive manner. SimpleTimeZone is a concrete subclass of TimeZone
that represents a time zone for use with a Gregorian calendar. StringSearch is the concrete subclass of
SearchIterator that provides language-sensitive text searching
based on the comparison rules defined in a RuleBasedCollator object.
BigDecimal.
start - end.
other.
TimeZone that is
returned by the getDefault method.
format() is padded.
BigDecimal with a given scale.
BigDecimal with a given scale.
BigDecimal to a short.
BigDecimal, as an
int.
cal.
BigDecimal whose value is
this-rhs, using fixed point arithmetic.
BigDecimal whose value is this-rhs.
BigDecimal constant "10".
DAY_OF_WEEK field indicating
Thursday.
Calendar.ZONE_OFFSET and
Calendar.DST_OFFSET fields.
bounds().
DAY_OF_WEEK field indicating
Tuesday.
TimeZone represents a time zone offset, and also figures out daylight
savings.
Transliterator is an abstract class that
transliterates text from one format to another. BigDecimal to a
java.math.BigDecimal.
BigDecimal to a
java.math.BigInteger.
BigDecimal to a
java.math.BigInteger.
BigDecimal as a character array.
BigDecimal as a String.
MathContext as a readable string.
String.
MONTH field indicating the
thirteenth month of the year.
stamp[] indicating that
a field has not been set since the last call to clear().
UScriptRun is used to find runs of characters in
the same script, as defined in the UScript class.
UScriptRun object.
UScriptRun object which iterates over the
characters in the given string.
UScriptRun object which iterates over a subrange
of the characetrs in the given string.
UScriptRun object which iterates over the given
characetrs.
UScriptRun object which iterates over a subrange
of the given characetrs.
matches() indicating a
complete match between the text and this matcher.
matches() indicating a
mismatch between the text and this matcher.
matches() indicating a
partial match between the text and this matcher.
UnicodeFilter defines a protocol for selecting a
subset of the full range (U+0000 to U+FFFF) of Unicode characters.
UnicodeMatcher defines a protocol for objects that can
match a range of characters in a Replaceable string.BigInteger after removing the
scale.
Calendar.validateField(int) on each field that has been set.
double to a BigDecimal.
long to a BigDecimal.
long to a BigDecimal with a
given scale.
DAY_OF_WEEK field indicating
Wednesday.
get and set indicating the
week number within the current month.
Calendar.WEEK_OF_MONTH field.
get and set indicating the
week number within the current year.
Calendar.WEEK_OF_YEAR field.
get and set indicating the
year.
Calendar.YEAR field.
get() and set()
indicating the extended year corresponding to the
WEEK_OF_YEAR field.
BigDecimal constant "0".
get and set indicating the
raw offset from GMT in milliseconds.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||