|
||||||||
PREV NEXT | FRAMES NO FRAMES |
BigDecimal
whose value is the absolute
value of this BigDecimal
.
BigDecimal
whose value is the absolute value
of this BigDecimal
.
ERA
field indicating
the common era (Anno Domini), also known as CE.
BigDecimal
whose value is
this+rhs
, using fixed point arithmetic.
BigDecimal
whose value is this+rhs
.
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.
srcText
(both characters and styles) to the
end of this MText.
srcText
(both characters and styles) to the
end of this MText.
MONTH
field indicating the
fourth month of the year.
pos
.
pos
.
{attribute, value}
.
MONTH
field indicating the
eighth month of the year.
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
.
BuddhistCalendar
is a subclass of GregorianCalendar
that numbers years since the birth of the Buddha.BuddhistCalendar
using the current time
in the default time zone with the default locale.
BuddhistCalendar
with the given date set
in the default time zone with the default locale.
BuddhistCalendar
with the given date set
in the default time zone with the default locale.
BuddhistCalendar
based on the current time
in the default time zone with the given locale.
BuddhistCalendar
based on the current time
in the given time zone with the default locale.
BuddhistCalendar
based on the current time
in the given time zone with the given locale.
BigDecimal
to a byte
.
DateFormat
uses to produce the time field
values needed to implement date and time formatting.
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.CalendarAstronomer
is a class that can perform the calculations to
determine the positions of the sun and moon, the time of sunrise and
sunset, and other astronomy-related data.CalendarAstronomer
object that is initialized to
the current date and time.
CalendarAstronomer
object that is initialized to
the specified date and time.
CalendarAstronomer
object with the given
latitude and longitude.
CalendarAstronomer
object that is initialized to
the specified time.
pos
.
pos
.
ChineseCalendar
is a concrete subclass of Calendar
that implements a traditional Chinese calendar.DateFormat
for ChineseCalendar
.DateFormatSymbols
for ChineseDateFormat
.BigDecimal
to another, using unlimited
precision.
BigDecimal
to another.
BigDecimal
with the value of the parameter.
time
to
field values in fields[]
.
fields[]
to the
millisecond time value time
.
style.addAttributes(s)
,
where style
is the AttributeMap passed to
modifyStyle
.
style.addAttribute(key, value)
,
where style
is the AttributeMap passed to
modifyStyle
.
java.text.CharacterIterator
over all
of the characters in the text.
java.text.CharacterIterator
over the
given range of characters in the text.
CharacterIterator
over the range [start
, limit
).
style.removeAttributes(s)
,
where style
is the AttributeMap passed to
modifyStyle
.
s
,
ignoring the parameter to modifyStyle
.
get
and set
indicating the
day of the month.
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.
get
and set
indicating the
day of the month.
get
and set
indicating the day
of the week.
get
and set
indicating the
ordinal number of the day of the week within the current month.
get
and set
indicating the day
number within the current year.
MONTH
field indicating the
twelfth month of the year.
DecimalFormat
is a concrete subclass of
NumberFormat
that formats decimal numbers.DecimalFormat
to format
numbers.MathContext
object initialized to the default
settings for general-purpose arithmetic.
BigDecimal.abs()
method.
BigDecimal.add(com.ibm.math.BigDecimal)
method.
DiagBigDecimal
class forms a standalone test suite
for the com.ibm.math.BigDecimal
and
com.ibm.math.MathContext
classes (or, by changing the
package
statement, other classes of the same names and
definition in other packages).DiagException
class is used to signal the failure
of a test group.DiagException
with a message and
failure count.
Test
class is used to record a specific test.Test
with a specified name.
DiagBigDecimal
test suite.
BigDecimal.byteValue()
method.
BigDecimal.compareTo(BigDecimal)
method.
BigDecimal.compareTo(java.lang.Object)
method.
Object.toString()
for equalities).
BigDecimal.divide(com.ibm.math.BigDecimal)
method.
BigDecimal.divideInteger(com.ibm.math.BigDecimal)
method.
BigDecimal.doubleValue()
method.
BigDecimal.equals(java.lang.Object)
method.
BigDecimal.floatValue()
method.
BigDecimal.format(int, int)
method.
BigDecimal.hashCode()
method.
BigDecimal.intValue()
method.
BigDecimal.longValue()
method.
MathContext
class.
BigDecimal.max(com.ibm.math.BigDecimal)
method.
BigDecimal.min(com.ibm.math.BigDecimal)
method.
BigDecimal.movePointLeft(int)
method.
BigDecimal.movePointRight(int)
method.
BigDecimal.multiply(com.ibm.math.BigDecimal)
method.
BigDecimal.negate()
method.
BigDecimal.plus()
method.
BigDecimal.pow(com.ibm.math.BigDecimal)
method.
BigDecimal.remainder(com.ibm.math.BigDecimal)
method.
BigDecimal.scale()
method.
BigDecimal.setScale(int)
method.
BigDecimal.shortValue()
method.
BigDecimal.signum()
method.
BigDecimal.subtract(com.ibm.math.BigDecimal)
method.
BigDecimal.toBigDecimal()
method.
BigDecimal.toBigInteger()
method.
BigDecimal.toCharArray()
method.
BigDecimal.toString()
method.
BigDecimal.unscaledValue()
method.
BigDecimal.valueOf(double)
method [long and double].
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 localized day of week.
get
and set
indicating the
daylight savings offset in milliseconds.
BigDecimal
with rhs
for
equality.
get
and set
indicating the
era, e.g., AD or BC in the Julian calendar.
get()
and set()
indicating the extended year.
start
, limit
).
start
, limit
).
start
, limit
)
into the array dst
, beginning at dstStart
.
start
, limit
)
into the array dst
, beginning at dstStart
.
start
, limit
).
start
, limit
).
MONTH
field indicating the
second month of the year.
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.
DAY_OF_WEEK
field indicating
Friday.
LINE_FLUSH
for full justification.
Transliterator
objects.
CalendarAstronomer
object,
represented as a Date
object.
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.
name
parameter passed to this object's constructor is used
as a key to look up the holiday's localized name in a ResourceBundle object
named HolidayBundle.
format()
is padded.
computeGregorianFields()
.
computeGregorianFields()
.
computeGregorianFields()
.
computeGregorianFields()
.
Transliterator
object given its ID.
CalendarAstronomer
object,
expressed as a "julian day number", which is the number of elapsed
days since 1/1/4713 BC (Julian), 12:00 GMT.
SearchIterator.first()
, SearchIterator.next()
, SearchIterator.previous()
, or SearchIterator.last()
.
CalendarAstronomer
object,
represented as the number of milliseconds since
1/1/1970 AD 0:00 GMT (Gregorian).
DateFormat
object that can be used to format times in
the calendar system specified by cal
.
TimeZone
for the given ID.
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.Calendar
should override this method to return an
int[]
array of the appropriate length.
DateFormat
appropriate to this calendar.
Transliterator.handleTransliterate(com.ibm.text.Replaceable, com.ibm.text.Transliterator.Position, boolean)
.
Transliterator.handleTransliterate(com.ibm.text.Replaceable, com.ibm.text.Transliterator.Position, boolean)
.
Transliterator.handleTransliterate(com.ibm.text.Replaceable, com.ibm.text.Transliterator.Position, boolean)
.
Transliterator.handleTransliterate(com.ibm.text.Replaceable, com.ibm.text.Transliterator.Position, boolean)
.
Transliterator.handleTransliterate(com.ibm.text.Replaceable, com.ibm.text.Transliterator.Position, boolean)
.
Transliterator.handleTransliterate(com.ibm.text.Replaceable, com.ibm.text.Transliterator.Position, boolean)
.
Transliterator.handleTransliterate(com.ibm.text.Replaceable, com.ibm.text.Transliterator.Position, boolean)
.
BigDecimal
.
ComposedCharIter.next()
.
HebrewCalendar
is a subclass of Calendar
that that implements the traditional Hebrew calendar.HebrewCalendar
using the current time
in the default time zone with the default locale.
HebrewCalendar
with the given date set
in the default time zone with the default locale.
HebrewCalendar
with the given date set
in the default time zone with the default locale.
HebrewCalendar
with the given date
and time set for the default time zone with the default locale.
HebrewCalendar
based on the current time
in the default time zone with the given locale.
HebrewCalendar
based on the current time
in the given time zone with the default locale.
HebrewCalendar
based on the current time
in the given time zone with the given locale.
get
and set
indicating the
hour of the morning or afternoon.
get
and set
indicating the
hour of the day.
srcText
(both characters and styles) into this
MText at the position specified by pos
.
srcText
(both characters and styles) into this
MText at the position specified by pos
.
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
.
true
if this object is using the fixed-cycle civil
calendar, or false
if using the religious, astronomical
calendar.
IslamicCalendar
is a subclass of Calendar
that that implements the Islamic civil and religious calendars.IslamicCalendar
using the current time
in the default time zone with the default locale.
IslamicCalendar
with the given date set
in the default time zone with the default locale.
IslamicCalendar
with the given date set
in the default time zone with the default locale.
IslamicCalendar
with the given date
and time set for the default time zone with the default locale.
IslamicCalendar
based on the current time
in the default time zone with the given locale.
IslamicCalendar
based on the current time
in the given time zone with the default locale.
IslamicCalendar
based on the current time
in the given time zone with the given locale.
MONTH
field indicating the
first month of the year.
JapaneseCalendar
is a subclass of GregorianCalendar
that numbers years and eras based on the reigns of the Japanese emperors.JapaneseCalendar
using the current time
in the default time zone with the default locale.
JapaneseCalendar
with the given date set
in the default time zone with the default locale.
JapaneseCalendar
with the given date set
in the default time zone with the default locale.
JapaneseCalendar
with the given date set
in the default time zone with the default locale.
JapaneseCalendar
with the given date
and time set for the default time zone with the default locale.
JapaneseCalendar
based on the current time
in the default time zone with the given locale.
JapaneseCalendar
based on the current time
in the given time zone with the default locale.
JapaneseCalendar
based on the current time
in the given time zone with the given locale.
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.
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.
Date
.
BigDecimal
whose value is
the maximum of this
and rhs
.
BigDecimal
whose value is
the maximum of this
and rhs
.
getLimit()
and handleGetLimit()
indicating the maximum value that a field can take (greatest maximum).
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.
Date
.
BigDecimal
whose value is
the minimum of this
and rhs
.
BigDecimal
whose value is
the minimum of this
and rhs
.
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.
DAY_OF_WEEK
field indicating
Monday.
get
and set
indicating the
month.
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.
fromPosition
moved to position
toPosition
.
BigDecimal
whose value is
this*rhs
, using fixed point arithmetic.
BigDecimal
whose value is this*rhs
.
BigDecimal
whose value is
-this
.
BigDecimal
whose value is -this
.
constructors
and the static normalize
method.
Normalizer
object, i.e. the Unicode Normalization Form of the
text that the Normalizer produces.MONTH
field indicating the
eleventh month of the year.
DateFormat
uses to format numbers
in dates and times.
NumberFormat
is the abstract base class for all number
formats.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.
pos
.
pos
.
pos
.
pos
.
pos
.
pos
.
Number
object to
represent the parsed value.
BigDecimal
whose value is
+this
.
BigDecimal
whose value is
+this
.
AM_PM
field indicating the
period of the day from noon to just before midnight.
BigDecimal
whose value is
this**rhs
, using fixed point arithmetic.
BigDecimal
whose value is this**rhs
.
pos
at which the target
text matches the search pattern.
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
.
AttributeMap.EMPTY_ATTRIBUTE_MAP
.
AttributeMap.EMPTY_ATTRIBUTE_MAP
.
start
, limit
) with the characters
in srcChars
in the range [srcStart
, srcLimit
).
start
, limit
) with the characters
in srcChars
in the range [srcStart
, srcLimit
).
start
, limit
) with the character srcChar
.
start
, limit
) with the character srcChar
.
start
, limit
) with the characters
and styles in srcText
.
start
, limit
) with the characters
and styles in srcText
.
start
, limit
) with the characters
and styles in srcText
in the range [srcStart
, srcLimit
).
start
, limit
) with the characters
and styles in srcText
in the range [srcStart
, srcLimit
).
Replaceable
is an interface that supports the
operation of replacing a substring with another piece of text.ReplaceableString
is an adapter class that implements the
Replaceable
API around an ordinary StringBuffer
.buf
for internal
storage.
srcText
.
srcText
.
RuleBasedTransliterator
is a transliterator
that reads a set of rules in order to determine how to perform
translations.FORWARD
direction.
DAY_OF_WEEK
field indicating
Saturday.
BigDecimal
.
SearchIterator
is an abstract base class that provides methods
to search for a pattern within a text string.get
and set
indicating the
second within the minute.
MONTH
field indicating the
ninth month of the year.
start - end
.
other
.
CalendarAstronomer
object.
TimeZone
that is
returned by the getDefault
method.
format()
is padded.
CalendarAstronomer
object.
BigDecimal
with a given scale.
BigDecimal
with a given scale.
CalendarAstronomer
object.
getDisplayName()
indicating
a short name, such as "PST."
BigDecimal
to a short
.
BigDecimal
, as an
int
.
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.SimpleTimeZoneAdapter
wraps a
com.ibm.util.SimpleTimeZone and inherits from java.util.TimeZone.
bounds()
.
0 <=
n <= 65536
.
StringCharacterIterator
implements the
CharacterIterater
protocol for a String
.StringSearch
is a SearchIterator
that provides
language-sensitive text searching based on the comparison rules defined
in a RuleBasedCollator
object.StringSearch
object using the collator and
character boundary detection rules for a given locale
StringSearch
object using a specific collator.
StringSearch
object using a specific collator and set
of boundary-detection rules.
StringSearch
object using the collator for the default
locale
calendar
.
BigDecimal
whose value is
this-rhs
, using fixed point arithmetic.
BigDecimal
whose value is this-rhs
.
DAY_OF_WEEK
field indicating
Sunday.
kLeading
.
BigDecimal
constant "10".
DAY_OF_WEEK
field indicating
Thursday.
TimeZone
represents a time zone offset, and also figures out daylight
savings.BigDecimal
to a
java.math.BigDecimal
.
BigDecimal
to a
java.math.BigInteger
.
BigDecimal
to a
java.math.BigInteger
.
BigDecimal
as a character array.
String
.
BigDecimal
as a String
.
MathContext
as a readable string.
bounds()
.
Transliterator
is an abstract class that
transliterates text from one format to another.DAY_OF_WEEK
field indicating
Tuesday.
MONTH
field indicating the
thirteenth month of the year.
UnicodeFilter
defines a protocol for selecting a
subset of the full range (U+0000 to U+FFFF) of Unicode characters.UnicodeFilterLogic
provides logical operators on
UnicodeFilter
objects.BigInteger
after removing the
scale.
stamp[]
indicating that
a field has not been set since the last call to clear()
.
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.
get
and set
indicating the
week number within the current year.
get
and set
indicating the
year.
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 |