Uses of Class
net.sf.samtools.tabix.TPair64
-
Packages that use TPair64 Package Description net.sf.samtools.tabix -
-
Uses of TPair64 in net.sf.samtools.tabix
Methods in net.sf.samtools.tabix that return TPair64 Modifier and Type Method Description TPair64[]
TabixIndex. get(int binNum)
Methods in net.sf.samtools.tabix with parameters of type TPair64 Modifier and Type Method Description int
TPair64. compareTo(TPair64 p)
void
TabixIndex. put(int bin, TPair64[] chunks)
Constructors in net.sf.samtools.tabix with parameters of type TPair64 Constructor Description TabixIterator(TabixReader tabixReader, int _tid, int _beg, int _end, TPair64[] _off)
TPair64(TPair64 p)
-