Class Range

java.lang.Object
picard.illumina.parser.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 Details

    • start

      public final int start
    • end

      public final int end
    • length

      public final int length
  • Constructor Details

    • Range

      public Range(int start, int end)
  • Method Details