| Frames | No Frames |
Methods with parameter type com.ibm.icu.text.CollationKey | |
| int | Compare this CollationKey to another CollationKey. |
| boolean |
Compare this CollationKey and the argument target CollationKey for
equality.
|
| CollationKey |
Merges this CollationKey with another. |
Methods with return type com.ibm.icu.text.CollationKey | |
| CollationKey | CollationKey.getBound(int boundType, int noOfLevels)
Produce a bound for the sort order of a given collation key and a
strength level. |
| CollationKey | Collator.getCollationKey(String source)
Transforms the String into a CollationKey suitable for efficient
repeated comparison. |
| CollationKey | RuleBasedCollator.getCollationKey(String source)
Get a Collation key for the argument String source from this
RuleBasedCollator.
|
| CollationKey |
Merges this CollationKey with another. |