< prev index next >

src/java.base/share/classes/sun/text/normalizer/UnicodeMatcher.java

Print this page

        

@@ -43,11 +43,12 @@
  * @stable ICU 2.0
  */
 public interface UnicodeMatcher {
 
     /**
-     * The character at index i, where i < contextStart || i >= contextLimit,
+     * The character at index {@code i}, where
+     * {@code i < contextStart || i >= contextLimit},
      * is ETHER.  This allows explicit matching by rules and UnicodeSets
      * of text outside the context.  In traditional terms, this allows anchoring
      * at the start and/or end.
      * @stable ICU 2.0
      */
< prev index next >