Class Tranche.TrancheTruthSensitivityComparator
java.lang.Object
org.broadinstitute.hellbender.tools.walkers.vqsr.Tranche.TrancheTruthSensitivityComparator
- All Implemented Interfaces:
Comparator<org.broadinstitute.hellbender.tools.walkers.vqsr.TruthSensitivityTranche>
- Enclosing class:
- Tranche
public static class Tranche.TrancheTruthSensitivityComparator
extends Object
implements Comparator<org.broadinstitute.hellbender.tools.walkers.vqsr.TruthSensitivityTranche>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
compare
(org.broadinstitute.hellbender.tools.walkers.vqsr.TruthSensitivityTranche tranche1, org.broadinstitute.hellbender.tools.walkers.vqsr.TruthSensitivityTranche tranche2) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
TrancheTruthSensitivityComparator
public TrancheTruthSensitivityComparator()
-
-
Method Details
-
compare
public int compare(org.broadinstitute.hellbender.tools.walkers.vqsr.TruthSensitivityTranche tranche1, org.broadinstitute.hellbender.tools.walkers.vqsr.TruthSensitivityTranche tranche2) - Specified by:
compare
in interfaceComparator<org.broadinstitute.hellbender.tools.walkers.vqsr.TruthSensitivityTranche>
-