MCPcopy 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

getIndexMethod · 0.80

Calls 1

getHashMethod · 0.95

Tested by

no test coverage detected