< prev index next >

src/java.base/share/classes/sun/text/bidi/BidiRun.java

Print this page

        

*** 40,50 **** package sun.text.bidi; /** * A BidiRun represents a sequence of characters at the same embedding level. * The Bidi algorithm decomposes a piece of text into sequences of characters ! * at the same embedding level, each such sequence is called a <quote>run</quote>. * * <p>A BidiRun represents such a run by storing its essential properties, * but does not duplicate the characters which form the run. * * <p>The &quot;limit&quot; of the run is the position just after the --- 40,50 ---- package sun.text.bidi; /** * A BidiRun represents a sequence of characters at the same embedding level. * The Bidi algorithm decomposes a piece of text into sequences of characters ! * at the same embedding level, each such sequence is called a "run". * * <p>A BidiRun represents such a run by storing its essential properties, * but does not duplicate the characters which form the run. * * <p>The &quot;limit&quot; of the run is the position just after the
< prev index next >