| Package | Description |
|---|---|
| com.ibm.icu.text |
| Modifier and Type | Method and Description |
|---|---|
CollationKey |
CollationKey.getBound(int boundType,
int noOfLevels)
Produces a bound for the sort order of a given collation key and a
strength level.
|
CollationKey |
RuleBasedCollator.getCollationKey(String source)
Get a Collation key for the argument String source from this RuleBasedCollator.
|
abstract CollationKey |
Collator.getCollationKey(String source)
Transforms the String into a CollationKey suitable for efficient
repeated comparison.
|
CollationKey |
CollationKey.merge(CollationKey source)
Merges this CollationKey with another.
|
| Modifier and Type | Method and Description |
|---|---|
int |
CollationKey.compareTo(CollationKey target)
Compare this CollationKey to another CollationKey.
|
boolean |
CollationKey.equals(CollationKey target)
Compare this CollationKey and the argument target CollationKey for
equality.
|
CollationKey |
CollationKey.merge(CollationKey source)
Merges this CollationKey with another.
|
Copyright © 2016 Unicode, Inc. and others.