mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
6333341: [BI] Doc: java.text.BreakIterator class specification is unclear
Reviewed-by: naoto
This commit is contained in:
parent
63f561fac2
commit
d5973bdb98
1 changed files with 4 additions and 1 deletions
|
@ -105,7 +105,10 @@ import sun.util.locale.provider.LocaleServiceProviderPool;
|
|||
* <a href="https://www.unicode.org/reports/tr29/#Grapheme_Cluster_Boundaries">
|
||||
* Grapheme Cluster Boundaries</a> section in the Unicode Standard Annex #29.
|
||||
*
|
||||
* <p>
|
||||
* @implNote The default implementations of {@code BreakIterator} will perform the equivalent
|
||||
* of calling {@code setText("")} if the text hasn't been set by either
|
||||
* {@link #setText(String)} or {@link #setText(CharacterIterator)}
|
||||
* and a boundary searching operation is called by the {@code BreakIterator} instance.
|
||||
* The {@code BreakIterator} instances returned by the factory methods
|
||||
* of this class are intended for use with natural languages only, not for
|
||||
* programming language text. It is however possible to define subclasses
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue