Package picard.illumina.parser
Class Range
java.lang.Object
picard.illumina.parser.Range
While structurally identical to CompositeIndex, this class is maintained as it makes code more readable when the two are used together (see QSeqParser)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
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