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

Method compareTo

src/main/java/com/rtg/vcf/eval/Path.java:350–357  ·  view source on GitHub ↗
(Path o)

Source from the content-addressed store, hash-verified

348 }
349
350 @Override
351 public int compareTo(Path o) {
352 final int aComp = mCalledPath.compareTo(o.mCalledPath);
353 if (aComp != 0) {
354 return aComp;
355 }
356 return mBaselinePath.compareTo(o.mBaselinePath);
357 }
358
359 @Override
360 public boolean equals(Object o) {

Callers 15

equalsMethod · 0.95
testNamesMethod · 0.45
compareMethod · 0.45
testStringMethod · 0.45
testOrderMethod · 0.45
testEquivalentMethod · 0.45
testLessMethod · 0.45
testMethod · 0.45
compareMethod · 0.45
writeRocsMethod · 0.45
compareMethod · 0.45

Calls

no outgoing calls

Tested by 8

testNamesMethod · 0.36
compareMethod · 0.36
testStringMethod · 0.36
testOrderMethod · 0.36
testEquivalentMethod · 0.36
testLessMethod · 0.36
testMethod · 0.36