MCPcopy Create free account
hub / github.com/RealTimeGenomics/rtg-tools / compare

Method compare

src/main/java/com/rtg/vcf/Operation.java:36–36  ·  view source on GitHub ↗
(T a, T b)

Source from the content-addressed store, hash-verified

34 */
35interface Operation<T> {
36 boolean compare(T a, T b);
37}

Callers 15

testChainingMethod · 0.65
testStringMethod · 0.65
testListCompareMethod · 0.65
compareMethod · 0.65
testOrderMethod · 0.65
compareToMethod · 0.65
acceptSampleMethod · 0.65
compareMethod · 0.65
acceptConditionMethod · 0.65
canonicalParentsMethod · 0.65
compareMethod · 0.65

Implementers 15

SimpleComparatorsrc/test/java/com/rtg/util/ReorderingQ
QuickSortTestsrc/test/java/com/rtg/util/QuickSortTe
VcfPositionalComparatorsrc/main/java/com/rtg/vcf/ReorderingVc
ParentsComparatorsrc/main/java/com/rtg/vcf/mendelian/Ge
CountPairComparatorsrc/main/java/com/rtg/vcf/mendelian/Ge
GenotypeComparatorsrc/main/java/com/rtg/vcf/mendelian/Ge
Variantsrc/main/java/com/rtg/vcf/eval/Variant
DescendingDoubleComparatorsrc/main/java/com/rtg/vcf/eval/RocSort
AscendingDoubleComparatorsrc/main/java/com/rtg/vcf/eval/RocSort
QuickSortProxysrc/main/java/com/rtg/tabix/VirtualOff
Familysrc/main/java/com/rtg/relation/Family.
AlleleSortProxysrc/main/java/com/rtg/simulation/varia

Calls

no outgoing calls

Tested by 6

testChainingMethod · 0.52
testStringMethod · 0.52
testListCompareMethod · 0.52
compareMethod · 0.52
testOrderMethod · 0.52