Package htsjdk.samtools
Class BinningIndexContent.BinList
java.lang.Object
htsjdk.samtools.BinningIndexContent.BinList
- Enclosing class:
- BinningIndexContent
This class is used to encapsulate the list of Bins store in the BAMIndexContent
While it is currently represented as an array, we may decide to change it to an ArrayList or other structure
-
Field Details
-
numberOfNonNullBins
public final int numberOfNonNullBins -
maxBinNumber
public final int maxBinNumber
-
-
Constructor Details
-
BinList
- Parameters:
binArray
- a sparse array representation of the bins. The index into the array is the bin number.numberOfNonNullBins
-
-
-
Method Details