Class Range


  • public class Range
    extends Object
    While structurally identical to CompositeIndex, this class is maintained as it makes code more readable when the two are used together (see QSeqParser)
    • Field Detail

      • start

        public final int start
      • end

        public final int end
      • length

        public final int length
    • Constructor Detail

      • Range

        public Range​(int start,
                     int end)