JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
htsjdk.samtools
BinningIndexBuilder
FeatureToBeIndexed
Contents
Description
Method Summary
Method Details
getStart()
getEnd()
getIndexingBin()
getChunk()
Hide sidebar
Show sidebar
Interface BinningIndexBuilder.FeatureToBeIndexed
Enclosing class:
BinningIndexBuilder
public static interface
BinningIndexBuilder.FeatureToBeIndexed
coordinates are 1-based, inclusive
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Chunk
getChunk
()
int
getEnd
()
Integer
getIndexingBin
()
int
getStart
()
Method Details
getStart
int
getStart
()
getEnd
int
getEnd
()
getIndexingBin
Integer
getIndexingBin
()
getChunk
Chunk
getChunk
()