Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BirolLab/RNA-Bloom
/ hashCode
Method
hashCode
src/rnabloom/graph/Kmer.java:78–81 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
76
}
77
78
@Override
79
public
int
hashCode(){
80
return
(
int
) getHash();
81
}
82
83
@Override
84
public
boolean equals(Object obj) {
Callers
1
getIndex
Method · 0.80
Calls
1
getHash
Method · 0.95
Tested by
no test coverage detected