Uses of Package
com.ibm.icu.util

Packages that use com.ibm.icu.util
com.ibm.icu.lang Enhanced character property and surrogate support. 
com.ibm.icu.text Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping. 
com.ibm.icu.util International calendars and other utility classes. 
 

Classes in com.ibm.icu.util used by com.ibm.icu.lang
RangeValueIterator
          Interface for enabling iteration over sets of , where index is the sorted integer index in ascending order and value, its associated integer value.
ULocale
          A class analogous to Locale that provides additional support for ICU protocol.
ValueIterator
          Interface for enabling iteration over sets of , where int is the sorted integer index in ascending order and Object, its associated value.
VersionInfo
          Class to store version numbers of the form major.minor.milli.micro.
 

Classes in com.ibm.icu.util used by com.ibm.icu.text
ByteArrayWrapper
           A simple utility class to wrap a byte array.
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.
Calendar.FormatConfiguration
          Deprecated. This API is ICU internal only.
Currency
          A class encapsulating a currency, as defined by ISO 4217.
CurrencyAmount
          An amount of currency, consisting of a Number and a Currency.
DateInterval
          This class represents date interval.
Freezable
          Provides a flexible mechanism for controlling access, without requiring that a class be immutable.
TimeZone
          TimeZone represents a time zone offset, and also figures out daylight savings.
ULocale
          A class analogous to Locale that provides additional support for ICU protocol.
ULocale.Type
          Opaque selector enum for getLocale().
VersionInfo
          Class to store version numbers of the form major.minor.milli.micro.
 

Classes in com.ibm.icu.util used by com.ibm.icu.util
BasicTimeZone
          BasicTimeZone is an abstract class extending TimeZone.
ByteArrayWrapper
           A simple utility class to wrap a byte array.
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.
Currency
          A class encapsulating a currency, as defined by ISO 4217.
DateRule
          DateRule is an interface for calculating the date of an event.
DateTimeRule
          DateTimeRule is a class representing a time in a year by a rule specified by month, day of month, day of week and time in the day.
EasterHoliday
          A Holiday subclass which represents holidays that occur a fixed number of days before or after Easter.
Freezable
          Provides a flexible mechanism for controlling access, without requiring that a class be immutable.
GlobalizationPreferences
          This convenience class provides a mechanism for bundling together different globalization preferences.
GregorianCalendar
          GregorianCalendar is a concrete subclass of Calendar and provides the standard calendar used by most of the world.
HebrewHoliday
           
Holiday
          An abstract class representing a holiday.
InitialTimeZoneRule
          InitialTimeZoneRule represents a time zone rule representing a time zone effective from the beginning and has no actual start times.
LocaleData
          A class for accessing miscelleneous data in the locale bundles
LocaleData.MeasurementSystem
          Enumeration for representing the measurement systems.
LocaleData.PaperSize
          A class that represents the size of letter head used in the country
Measure
          An amount of a specified unit, consisting of a Number and a Unit.
MeasureUnit
          A unit such as length, mass, volume, currency, etc.
RangeValueIterator.Element
          Return result wrapper for com.ibm.icu.util.RangeValueIterator.
SimpleHoliday
          A holiday whose date can be represented by a month, day, and optionally day of week in the Gregorian calendar.
TimeUnit
          Measurement unit for time units.
TimeZone
          TimeZone represents a time zone offset, and also figures out daylight savings.
TimeZoneRule
          TimeZoneRule is an abstract class representing a rule for time zone.
TimeZoneTransition
          TimeZoneTransition is a class representing a time zone transition.
ULocale
          A class analogous to Locale that provides additional support for ICU protocol.
ULocale.Type
          Opaque selector enum for getLocale().
UResourceBundle
          A class representing a collection of resource information pertaining to a given locale.
UResourceBundleIterator
          Class for enabling iteration over UResourceBundle objects.
UResourceTypeMismatchException
          Exception thrown when the requested resource type is not the same type as the available resource
ValueIterator.Element
          The return result container of each iteration.
VersionInfo
          Class to store version numbers of the form major.minor.milli.micro.
VTimeZone
          VTimeZone is a class implementing RFC2445 VTIMEZONE.
 



Copyright (c) 2009 IBM Corporation and others.