Interface TextCharSequence

    • Method Detail

      • charAt

        char charAt​(int index)
        Deprecated.
        Specified by:
        charAt in interface CharSequence
      • subSequence

        TextCharSequence subSequence​(int start,
                                     int end)
        Deprecated.
        Specified by:
        subSequence in interface CharSequence
        Parameters:
        start - the start index, inclusive
        end - the end index, exclusive
      • toString

        String toString()
        Deprecated.
        Specified by:
        toString in interface CharSequence
        Overrides:
        toString in class Object
        Returns:
        a string containing the characters in this sequence in the same order as this sequence
      • getText

        Text getText()
        Deprecated.
      • subText

        Text subText​(int start,
                     int end)
        Deprecated.
        Parameters:
        start - the start index, inclusive
        end - the end index, exclusive
      • getLocation

        TextLocation getLocation​(int index)
        Deprecated.