com.ibm.icu.util

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Internationalization Localization » icu4j » com.ibm.icu.util 
com.ibm.icu.util
International calendars and other utility classes.
Java Source File NameTypeComment
BuddhistCalendar.javaClass BuddhistCalendar is a subclass of GregorianCalendar that numbers years since the birth of the Buddha.
ByteArrayWrapper.javaClass

A simple utility class to wrap a byte array.

Generally passed as an argument object into a method.

Calendar.javaClass 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.
CalendarFactory.javaInterface
CaseInsensitiveString.javaClass A string used as a key in java.util.Hashtable and other collections.
CECalendar.javaClass Base class for EthiopicCalendar and CopticCalendar.
ChineseCalendar.javaClass ChineseCalendar is a concrete subclass of Calendar that implements a traditional Chinese calendar.
CompactByteArray.javaClass 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.javaClass 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.
CopticCalendar.javaClass Implement the Coptic calendar system.
Currency.javaClass A class encapsulating a currency, as defined by ISO 4217.
CurrencyAmount.javaClass An amount of currency, consisting of a Number and a Currency.
CurrencyServiceShim.javaClass This is a package-access implementation of registration for currency.
DateRule.javaInterface DateRule is an interface for calculating the date of an event.
EasterHoliday.javaClass A Holiday subclass which represents holidays that occur a fixed number of days before or after Easter.
EthiopicCalendar.javaClass Implement the Ethiopic calendar system.
Freezable.javaInterface
 DRAFT
 Copyright (C) 2005, International Business Machines Corporation and
 others.
GlobalizationPreferences.javaClass This convenience class provides a mechanism for bundling together different globalization preferences.
GregorianCalendar.javaClass GregorianCalendar is a concrete subclass of Calendar and provides the standard calendar used by most of the world.

The standard (Gregorian) calendar has 2 eras, BC and AD.

This implementation handles a single discontinuity, which corresponds by default to the date the Gregorian calendar was instituted (October 15, 1582 in some countries, later in others).

HebrewCalendar.javaClass HebrewCalendar is a subclass of Calendar that that implements the traditional Hebrew calendar. This is the civil calendar in Israel and the liturgical calendar of the Jewish faith worldwide.

The Hebrew calendar is lunisolar and thus has a number of interesting properties that distinguish it from the Gregorian.

HebrewHoliday.javaClass
Holiday.javaClass An abstract class representing a holiday.
IslamicCalendar.javaClass IslamicCalendar is a subclass of Calendar that that implements the Islamic civil and religious calendars.
JapaneseCalendar.javaClass JapaneseCalendar is a subclass of GregorianCalendar that numbers years and eras based on the reigns of the Japanese emperors. The Japanese calendar is identical to the Gregorian calendar in all respects except for the year and era.
LocaleData.javaClass
Measure.javaClass An amount of a specified unit, consisting of a Number and a Unit. For example, a length measure consists of a Number and a length unit, such as feet or meters.
MeasureUnit.javaClass A unit such as length, mass, volume, currency, etc.
OverlayBundle.javaClass A ResourceBundle that overlays one hierarchy atop another.
RangeDateRule.javaClass Implementation of DateRule that takes a range.
RangeValueIterator.javaInterface

Interface for enabling iteration over sets of , where index is the sorted integer index in ascending order and value, its associated integer value.

The result for each iteration is the consecutive range of with the same value.

SimpleDateRule.javaClass Simple implementation of DateRule.
SimpleHoliday.javaClass A holiday whose date can be represented by a month, day, and optionally day of week in the Gregorian calendar.
SimpleTimeZone.javaClass SimpleTimeZone is a concrete subclass of TimeZone that represents a time zone for use with a Gregorian calendar.
StringTokenizer.javaClass

The string tokenizer class allows an application to break a string into tokens by performing code point comparison.

STZInfo.javaClass
TimeZone.javaClass TimeZone represents a time zone offset, and also figures out daylight savings.

Typically, you get a TimeZone using getDefault which creates a TimeZone based on the time zone where the program is running.

ULocale.javaClass A class analogous to java.util.Locale that provides additional support for ICU protocol.
UniversalTimeScale.javaClass There are quite a few different conventions for binary datetime, depending on different platforms and protocols.
UResourceBundle.javaClass A class representing a collection of resource information pertaining to a given locale.
UResourceTypeMismatchException.javaClass
ValueIterator.javaInterface

Interface for enabling iteration over sets of , where int is the sorted integer index in ascending order and Object, its associated value.

The ValueIterator allows iterations over integer indexes in the range of Integer.MIN_VALUE to Integer.MAX_VALUE inclusive.

VersionInfo.javaClass Class to store version numbers of the form major.minor.milli.micro.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.