| Package | Description |
|---|---|
| com.ibm.icu.text |
| Modifier and Type | Method and Description |
|---|---|
RawCollationKey |
RuleBasedCollator.getRawCollationKey(String source,
RawCollationKey key)
Gets the simpler form of a CollationKey for the String source following the rules of this Collator and stores the
result into the user provided argument key.
|
abstract RawCollationKey |
Collator.getRawCollationKey(String source,
RawCollationKey key)
[icu] Returns the simpler form of a CollationKey for the String source following
the rules of this Collator and stores the result into the user provided argument
key.
|
| Modifier and Type | Method and Description |
|---|---|
int |
RawCollationKey.compareTo(RawCollationKey rhs)
Compare this RawCollationKey to another, which must not be null.
|
RawCollationKey |
RuleBasedCollator.getRawCollationKey(String source,
RawCollationKey key)
Gets the simpler form of a CollationKey for the String source following the rules of this Collator and stores the
result into the user provided argument key.
|
abstract RawCollationKey |
Collator.getRawCollationKey(String source,
RawCollationKey key)
[icu] Returns the simpler form of a CollationKey for the String source following
the rules of this Collator and stores the result into the user provided argument
key.
|
| Constructor and Description |
|---|
CollationKey(String source,
RawCollationKey key)
CollationKey constructor that forces key to release its internal byte
array for adoption. key will have a null byte array after this
construction.
|
Copyright © 2016 Unicode, Inc. and others.