public final class PrimaryAlignmentKey extends java.lang.Object implements java.lang.Comparable<PrimaryAlignmentKey>
Constructor and Description |
---|
PrimaryAlignmentKey(htsjdk.samtools.SAMRecord rec) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(PrimaryAlignmentKey that) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int compareTo(PrimaryAlignmentKey that)
compareTo
in interface java.lang.Comparable<PrimaryAlignmentKey>