public static class Tranche.TrancheTruthSensitivityComparator
extends java.lang.Object
implements java.util.Comparator<org.broadinstitute.hellbender.tools.walkers.vqsr.TruthSensitivityTranche>
Constructor and Description |
---|
TrancheTruthSensitivityComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(org.broadinstitute.hellbender.tools.walkers.vqsr.TruthSensitivityTranche tranche1,
org.broadinstitute.hellbender.tools.walkers.vqsr.TruthSensitivityTranche tranche2) |
public int compare(org.broadinstitute.hellbender.tools.walkers.vqsr.TruthSensitivityTranche tranche1, org.broadinstitute.hellbender.tools.walkers.vqsr.TruthSensitivityTranche tranche2)
compare
in interface java.util.Comparator<org.broadinstitute.hellbender.tools.walkers.vqsr.TruthSensitivityTranche>