Package | Description |
---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
static VersionInfo |
UCharacter.getAge(int ch) |
Returns the "age" of the code point.
|
static VersionInfo |
UCharacter.getUnicodeVersion() |
Returns the version of Unicode data used.
|
Modifier and Type | Method | Description |
---|---|---|
abstract VersionInfo |
Collator.getUCAVersion() |
Returns the UCA version of this collator object.
|
VersionInfo |
RuleBasedCollator.getUCAVersion() |
Get the UCA version of this collator object.
|
abstract VersionInfo |
Collator.getVersion() |
Returns the version of this collator object.
|
VersionInfo |
RuleBasedCollator.getVersion() |
Get the version of this collator object.
|
Modifier and Type | Field | Description |
---|---|---|
static VersionInfo |
VersionInfo.ICU_DATA_VERSION |
Deprecated.
This API is ICU internal only.
|
static VersionInfo |
VersionInfo.ICU_VERSION |
ICU4J current release version
|
static VersionInfo |
VersionInfo.UCOL_BUILDER_VERSION |
Collation builder code version.
|
static VersionInfo |
VersionInfo.UCOL_RUNTIME_VERSION |
Collation runtime version (sort key generator, string comparisons).
|
static VersionInfo |
VersionInfo.UCOL_TAILORINGS_VERSION |
Deprecated.
ICU 54
|
static VersionInfo |
VersionInfo.UNICODE_1_0 |
Unicode 1.0 version
|
static VersionInfo |
VersionInfo.UNICODE_1_0_1 |
Unicode 1.0.1 version
|
static VersionInfo |
VersionInfo.UNICODE_1_1_0 |
Unicode 1.1.0 version
|
static VersionInfo |
VersionInfo.UNICODE_1_1_5 |
Unicode 1.1.5 version
|
static VersionInfo |
VersionInfo.UNICODE_10_0 |
Unicode 10.0 version
|
static VersionInfo |
VersionInfo.UNICODE_2_0 |
Unicode 2.0 version
|
static VersionInfo |
VersionInfo.UNICODE_2_1_2 |
Unicode 2.1.2 version
|
static VersionInfo |
VersionInfo.UNICODE_2_1_5 |
Unicode 2.1.5 version
|
static VersionInfo |
VersionInfo.UNICODE_2_1_8 |
Unicode 2.1.8 version
|
static VersionInfo |
VersionInfo.UNICODE_2_1_9 |
Unicode 2.1.9 version
|
static VersionInfo |
VersionInfo.UNICODE_3_0 |
Unicode 3.0 version
|
static VersionInfo |
VersionInfo.UNICODE_3_0_1 |
Unicode 3.0.1 version
|
static VersionInfo |
VersionInfo.UNICODE_3_1_0 |
Unicode 3.1.0 version
|
static VersionInfo |
VersionInfo.UNICODE_3_1_1 |
Unicode 3.1.1 version
|
static VersionInfo |
VersionInfo.UNICODE_3_2 |
Unicode 3.2 version
|
static VersionInfo |
VersionInfo.UNICODE_4_0 |
Unicode 4.0 version
|
static VersionInfo |
VersionInfo.UNICODE_4_0_1 |
Unicode 4.0.1 version
|
static VersionInfo |
VersionInfo.UNICODE_4_1 |
Unicode 4.1 version
|
static VersionInfo |
VersionInfo.UNICODE_5_0 |
Unicode 5.0 version
|
static VersionInfo |
VersionInfo.UNICODE_5_1 |
Unicode 5.1 version
|
static VersionInfo |
VersionInfo.UNICODE_5_2 |
Unicode 5.2 version
|
static VersionInfo |
VersionInfo.UNICODE_6_0 |
Unicode 6.0 version
|
static VersionInfo |
VersionInfo.UNICODE_6_1 |
Unicode 6.1 version
|
static VersionInfo |
VersionInfo.UNICODE_6_2 |
Unicode 6.2 version
|
static VersionInfo |
VersionInfo.UNICODE_6_3 |
Unicode 6.3 version
|
static VersionInfo |
VersionInfo.UNICODE_7_0 |
Unicode 7.0 version
|
static VersionInfo |
VersionInfo.UNICODE_8_0 |
Unicode 8.0 version
|
static VersionInfo |
VersionInfo.UNICODE_9_0 |
Unicode 9.0 version
|
Modifier and Type | Method | Description |
---|---|---|
static VersionInfo |
LocaleData.getCLDRVersion() |
Returns the current CLDR version
|
static VersionInfo |
VersionInfo.getInstance(int major) |
Returns an instance of VersionInfo with the argument version.
|
static VersionInfo |
VersionInfo.getInstance(int major,
int minor) |
Returns an instance of VersionInfo with the argument version.
|
static VersionInfo |
VersionInfo.getInstance(int major,
int minor,
int milli) |
Returns an instance of VersionInfo with the argument version.
|
static VersionInfo |
VersionInfo.getInstance(int major,
int minor,
int milli,
int micro) |
Returns an instance of VersionInfo with the argument version.
|
static VersionInfo |
VersionInfo.getInstance(String version) |
Returns an instance of VersionInfo with the argument version.
|
VersionInfo |
UResourceBundle.getVersion() |
Return the version number associated with this UResourceBundle as an
VersionInfo object.
|
static VersionInfo |
VersionInfo.javaVersion() |
Deprecated.
This API is ICU internal only.
|
Modifier and Type | Method | Description |
---|---|---|
int |
VersionInfo.compareTo(VersionInfo other) |
Compares other with this VersionInfo.
|
Copyright © 2016 Unicode, Inc. and others.