Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
35
interface
Operation<T> {
36
boolean compare(T a, T b);
37
}
Callers
15
testChaining
Method · 0.65
testString
Method · 0.65
testListCompare
Method · 0.65
testListCompareAlreadyDifferent
Method · 0.65
compare
Method · 0.65
testOrder
Method · 0.65
compareTo
Method · 0.65
acceptSample
Method · 0.65
compare
Method · 0.65
acceptCondition
Method · 0.65
canonicalParents
Method · 0.65
compare
Method · 0.65
Implementers
15
SimpleComparator
src/test/java/com/rtg/util/ReorderingQ
QuickSortTest
src/test/java/com/rtg/util/QuickSortTe
VcfPositionalComparator
src/main/java/com/rtg/vcf/ReorderingVc
ParentsComparator
src/main/java/com/rtg/vcf/mendelian/Ge
CountPairComparator
src/main/java/com/rtg/vcf/mendelian/Ge
GenotypeComparator
src/main/java/com/rtg/vcf/mendelian/Ge
Variant
src/main/java/com/rtg/vcf/eval/Variant
DescendingDoubleComparator
src/main/java/com/rtg/vcf/eval/RocSort
AscendingDoubleComparator
src/main/java/com/rtg/vcf/eval/RocSort
QuickSortProxy
src/main/java/com/rtg/tabix/VirtualOff
Family
src/main/java/com/rtg/relation/Family.
AlleleSortProxy
src/main/java/com/rtg/simulation/varia
Calls
no outgoing calls
Tested by
6
testChaining
Method · 0.52
testString
Method · 0.52
testListCompare
Method · 0.52
testListCompareAlreadyDifferent
Method · 0.52
compare
Method · 0.52
testOrder
Method · 0.52