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

Method equals

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

Source from the content-addressed store, hash-verified

357 }
358
359 @Override
360 public boolean equals(Object o) {
361 return o instanceof Path && compareTo((Path) o) == 0;
362 }
363
364 @Override
365 public int hashCode() {

Callers 15

testBestPathMethod · 0.95
updateAltsMethod · 0.45
compareMethod · 0.45
parseFieldsMethod · 0.45
getTypeMethod · 0.45
mainExecMethod · 0.45
AlleleMapMethod · 0.45
mergeSamplesMethod · 0.45
loadVcfIdRangesMethod · 0.45
populateQueueMethod · 0.45
acceptConditionMethod · 0.45
isDenovoMethod · 0.45

Calls 1

compareToMethod · 0.95

Tested by 1

testBestPathMethod · 0.76