DefaultContent.addLineIndex

Adds a line to the end of the line indexes array. Increases the size of the array if necessary. <code>lineCount</code> is updated to reflect the new entry. <p>

@param start the start of the line @param length the length of the line

  1. void addLineIndex(int start, int length)
    class DefaultContent
    void
    addLineIndex
    (
    int start
    ,
    int length
    )
  2. int[][] addLineIndex(int start, int length, int[][] linesArray, int count)

Meta