Interface TCharSequence

All Known Implementing Classes:
TString, TStringBuffer, TStringBuilder

public interface TCharSequence
  • Method Details

    • length

      int length()
    • charAt

      char charAt(int index)
    • subSequence

      TCharSequence subSequence(int start, int end)
    • toString

      String toString()
      Overrides:
      toString in class Object