Package htsjdk.tribble.util
Class TabixUtils.TPair64
- java.lang.Object
-
- htsjdk.tribble.util.TabixUtils.TPair64
-
- All Implemented Interfaces:
Comparable<TabixUtils.TPair64>
- Enclosing class:
- TabixUtils
public static class TabixUtils.TPair64 extends Object implements Comparable<TabixUtils.TPair64>
-
-
Constructor Summary
Constructors Constructor Description TPair64(long _u, long _v)
TPair64(TabixUtils.TPair64 p)
-
-
-
Constructor Detail
-
TPair64
public TPair64(long _u, long _v)
-
TPair64
public TPair64(TabixUtils.TPair64 p)
-
-
Method Detail
-
compareTo
public int compareTo(TabixUtils.TPair64 p)
- Specified by:
compareTo
in interfaceComparable<TabixUtils.TPair64>
-
-