Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testBestPath
Method · 0.95
updateAlts
Method · 0.45
compare
Method · 0.45
parseFields
Method · 0.45
getType
Method · 0.45
mainExec
Method · 0.45
AlleleMap
Method · 0.45
mergeSamples
Method · 0.45
loadVcfIdRanges
Method · 0.45
populateQueue
Method · 0.45
acceptCondition
Method · 0.45
isDenovo
Method · 0.45
Calls
1
compareTo
Method · 0.95
Tested by
1
testBestPath
Method · 0.76