mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-2294
added "This class is not subclassable" note X-SVN-Rev: 9858
This commit is contained in:
parent
b970d4daf1
commit
821c8a97b5
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue