jdk/src/java.base/share/classes/sun/text/bidi/BidiRun.java
changeset 30655 d83f50188ca9
parent 25859 3317bb8137f4
child 31680 88c53c2293b4
equal deleted inserted replaced
30654:3c2e826aa5ea 30655:d83f50188ca9
    40 package sun.text.bidi;
    40 package sun.text.bidi;
    41 
    41 
    42 /**
    42 /**
    43  * A BidiRun represents a sequence of characters at the same embedding level.
    43  * A BidiRun represents a sequence of characters at the same embedding level.
    44  * The Bidi algorithm decomposes a piece of text into sequences of characters
    44  * The Bidi algorithm decomposes a piece of text into sequences of characters
    45  * at the same embedding level, each such sequence is called a <quote>run</quote>.
    45  * at the same embedding level, each such sequence is called a "run".
    46  *
    46  *
    47  * <p>A BidiRun represents such a run by storing its essential properties,
    47  * <p>A BidiRun represents such a run by storing its essential properties,
    48  * but does not duplicate the characters which form the run.
    48  * but does not duplicate the characters which form the run.
    49  *
    49  *
    50  * <p>The &quot;limit&quot; of the run is the position just after the
    50  * <p>The &quot;limit&quot; of the run is the position just after the