Interface Substring.Builder

  • Method Details

    • start

      Substring.Builder start(Integer start)

      The start index of the substring, starting from 0.

      Parameters:
      start - The start index of the substring, starting from 0.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • length

      Substring.Builder length(Integer length)

      The length of the substring.

      Parameters:
      length - The length of the substring.
      Returns:
      Returns a reference to this object so that method calls can be chained together.