Interface Substring.Builder

    • Method Detail

      • 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.