Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BirolLab/RNA-Bloom
/ compareTo
Method
compareTo
src/rnabloom/util/BitSequence.java:43–46 ·
view source on GitHub ↗
(Object other)
Source
from the content-addressed store, hash-verified
41
}
42
43
@Override
44
public
int
compareTo(Object other) {
45
return
((BitSequence) other).length - this.length;
46
}
47
}
Callers
1
smallestStrand
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected