Interface MatchRange.Builder

    • Method Detail

      • end

        MatchRange.Builder end​(Long end)

        The end of the range.

        Parameters:
        end - The end of the range.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • start

        MatchRange.Builder start​(Long start)

        The start of the range.

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