Class StringRange


  • public class StringRange
    extends Object
    Represents a range in a String.

    Instances of this class are immutable.

    • Method Detail

      • beginning

        @NotNull
        public @NotNull StringLocation beginning()
        The beginning location of this range.
        Returns:
        beginning location of this range.
      • end

        @NotNull
        public @NotNull StringLocation end()
        The end location of this range.
        Returns:
        end location of this range.