Class PushbackTokenizer.Range

    • Field Detail

      • start

        private final long start
      • end

        private final long end
    • Constructor Detail

      • Range

        public Range​(long start,
                     long end)
        Create a new range
        Parameters:
        start - The start
        end - The end (inclusive)
    • Method Detail

      • getStart

        public long getStart()
        Returns the range start.
        Returns:
        The start
      • getEnd

        public long getEnd()
        Returns the range end.
        Returns:
        The end (inclusive)