added "This class is not subclassable" note

X-SVN-Rev: 9858
This commit is contained in:
Syn Wee Quek 2002-09-11 00:27:41 +00:00
parent b970d4daf1
commit 821c8a97b5
2 changed files with 4 additions and 0 deletions

View file

@ -115,6 +115,9 @@ U_NAMESPACE_BEGIN
* iter.getMatchLength());
* }
* </code></pre>
* <p>
* Note, StringSearch is not to be subclassed.
* </p>
* @see SearchIterator
* @see RuleBasedCollator
* @since ICU 2.0

View file

@ -93,6 +93,7 @@ class CollationElementIterator;
* this subject see the <a href="http://oss.software.ibm.com/icu/userguide/Collate_Customization.html">
* Collation customization</a> section of the users guide.
* <p>
* Note, RuleBasedCollator is not to be subclassed.
* @see Collator
* @version 2.0 11/15/2001
*/