From: Mark Davis Date: Fri, 5 Sep 2014 14:41:18 +0000 (+0000) Subject: ICU-7118 Javadoc changes only X-Git-Tag: milestone-59-0-1~1617 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b96cdc6199b090e47f57933576cc89e18b0a6656;p=icu ICU-7118 Javadoc changes only X-SVN-Rev: 36360 --- diff --git a/icu4j/main/classes/collate/src/com/ibm/icu/text/CollationKey.java b/icu4j/main/classes/collate/src/com/ibm/icu/text/CollationKey.java index af98ad942dd..906afe2f507 100644 --- a/icu4j/main/classes/collate/src/com/ibm/icu/text/CollationKey.java +++ b/icu4j/main/classes/collate/src/com/ibm/icu/text/CollationKey.java @@ -24,7 +24,10 @@ import com.ibm.icu.impl.coll.Collation; * CollationKey.compareTo(CollationKey) and the method * Collator.compare(String, String) compare two strings * and returns their relative order. The performance characterictics - * of these two approaches can differ.

+ * of these two approaches can differ. + * Note that collation keys are often less efficient than simply doing comparison. + * For more details, see the ICU User Guide. + *

* *

During the construction of a CollationKey, the * entire source string is examined and processed into a series of diff --git a/icu4j/main/classes/collate/src/com/ibm/icu/text/Collator.java b/icu4j/main/classes/collate/src/com/ibm/icu/text/Collator.java index d1650939ea7..32dde8616bf 100644 --- a/icu4j/main/classes/collate/src/com/ibm/icu/text/Collator.java +++ b/icu4j/main/classes/collate/src/com/ibm/icu/text/Collator.java @@ -1246,6 +1246,8 @@ public abstract class Collator implements Comparator, Freezable

Note that collation keys are often less efficient than simply doing comparison. + * For more details, see the ICU User Guide. *

*

See the CollationKey class documentation for more information.

* @param source the string to be transformed into a CollationKey. @@ -1264,6 +1266,8 @@ public abstract class Collator implements Comparator, FreezableNote that collation keys are often less efficient than simply doing comparison. + * For more details, see the ICU User Guide. * @param source the text String to be transformed into a RawCollationKey * @return If key is null, a new instance of RawCollationKey will be * created and returned, otherwise the user provided key will be