| Package | Description |
|---|---|
| com.ibm.icu.lang | |
| com.ibm.icu.text | |
| com.ibm.icu.util |
| Modifier and Type | Method and Description |
|---|---|
static VersionInfo |
UCharacter.getAge(int ch)
[icu] Returns the "age" of the code point.
|
static VersionInfo |
UCharacter.getUnicodeVersion()
[icu] Returns the version of Unicode data used.
|
| Modifier and Type | Method and Description |
|---|---|
VersionInfo |
RuleBasedCollator.getUCAVersion()
Get the UCA version of this collator object.
|
abstract VersionInfo |
Collator.getUCAVersion()
[icu] Returns the UCA version of this collator object.
|
VersionInfo |
RuleBasedCollator.getVersion()
Get the version of this collator object.
|
abstract VersionInfo |
Collator.getVersion()
[icu] Returns the version of this collator object.
|
| Modifier and Type | Field and 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_11_0
Unicode 11.0 version
|
static VersionInfo |
VersionInfo.UNICODE_12_0
Unicode 12.0 version
|
static VersionInfo |
VersionInfo.UNICODE_12_1
Unicode 12.1 version
|
static VersionInfo |
VersionInfo.UNICODE_13_0
Unicode 13.0 version
|
static VersionInfo |
VersionInfo.UNICODE_14_0
Unicode 14.0 version
|
static VersionInfo |
VersionInfo.UNICODE_15_0
Unicode 15.0 version
|
static VersionInfo |
VersionInfo.UNICODE_15_1
Unicode 15.1 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 and 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()
[icu] Return the version number associated with this UResourceBundle as an
VersionInfo object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
VersionInfo.compareTo(VersionInfo other)
Compares other with this VersionInfo.
|
Copyright © 2016 Unicode, Inc. and others.