Package com.ibm.icu.util

International calendars and other utility classes.

See:
          Description

Interface Summary
DateRule Deprecated. This is a draft API and might change in a future release of ICU.
RangeValueIterator Interface for enabling iteration over sets of , where index is the sorted integer index in ascending order and value, its associated integer value.
ValueIterator Interface for enabling iteration over sets of , where int is the sorted integer index in ascending order and Object, its associated value.
 

Class Summary
BuddhistCalendar Deprecated. This is a draft API and might change in a future release of ICU.
ByteArrayWrapper Deprecated. This is a draft API and might change in a future release of ICU.
Calendar 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.
CaseInsensitiveString A string used as a key in java.util.Hashtable and other collections.
ChineseCalendar Deprecated. This is a draft API and might change in a future release of ICU.
CompactByteArray class CompactATypeArray : use only on primitive data types Provides a compact way to store information that is indexed by Unicode values, such as character properties, types, keyboard values, etc.This is very useful when you have a block of Unicode data that contains significant values while the rest of the Unicode data is unused in the application or when you have a lot of redundance, such as where all 21,000 Han ideographs have the same value.
CompactCharArray class CompactATypeArray : use only on primitive data types Provides a compact way to store information that is indexed by Unicode values, such as character properties, types, keyboard values, etc.This is very useful when you have a block of Unicode data that contains significant values while the rest of the Unicode data is unused in the application or when you have a lot of redundance, such as where all 21,000 Han ideographs have the same value.
Currency A class encapsulating a currency, as defined by ISO 4217.
CurrencyAmount Deprecated. This is a draft API and might change in a future release of ICU.
EasterHoliday Deprecated. This is a draft API and might change in a future release of ICU.
GregorianCalendar GregorianCalendar is a concrete subclass of Calendar and provides the standard calendar used by most of the world.
HebrewCalendar Deprecated. This is a draft API and might change in a future release of ICU.
HebrewHoliday Deprecated. This is a draft API and might change in a future release of ICU.
Holiday Deprecated. This is a draft API and might change in a future release of ICU.
IslamicCalendar Deprecated. This is a draft API and might change in a future release of ICU.
JapaneseCalendar Deprecated. This is a draft API and might change in a future release of ICU.
LocaleData Deprecated. This is a draft API and might change in a future release of ICU.
LocaleData.MeasurementSystem Deprecated. This is a draft API and might change in a future release of ICU.
LocaleData.PaperSize Deprecated. This is a draft API and might change in a future release of ICU.
Measure Deprecated. This is a draft API and might change in a future release of ICU.
MeasureUnit Deprecated. This is a draft API and might change in a future release of ICU.
OverlayBundle Deprecated. ICU 2.4.
RangeDateRule Deprecated. This is a draft API and might change in a future release of ICU.
RangeValueIterator.Element Return result wrapper for com.ibm.icu.util.RangeValueIterator.
SimpleDateRule Deprecated. This is a draft API and might change in a future release of ICU.
SimpleHoliday Deprecated. This is a draft API and might change in a future release of ICU.
SimpleTimeZone SimpleTimeZone is a concrete subclass of TimeZone that represents a time zone for use with a Gregorian calendar.
StringTokenizer The string tokenizer class allows an application to break a string into tokens by performing code point comparison.
TimeZone TimeZone represents a time zone offset, and also figures out daylight savings.
ULocale Deprecated. This is a draft API and might change in a future release of ICU.
ULocale.Type Deprecated. This is a draft API and might change in a future release of ICU.
UniversalTimeScale Deprecated. This is a draft API and might change in a future release of ICU.
UResourceBundle Deprecated. This is a draft API and might change in a future release of ICU.
ValueIterator.Element The return result container of each iteration.
VersionInfo Class to store version numbers of the form major.minor.milli.micro.
 

Exception Summary
UResourceTypeMismatchException Deprecated. This is a draft API and might change in a future release of ICU.
 

Package com.ibm.icu.util Description

International calendars and other utility classes.



Copyright (c) 2004 IBM Corporation and others.