Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BirolLab/RNA-Bloom
/ equals
Method
equals
src/rnabloom/util/BitSequence.java:39–41 ·
view source on GitHub ↗
(BitSequence other)
Source
from the content-addressed store, hash-verified
37
}
38
39
public
boolean equals(BitSequence other) {
40
return
Arrays.equals(bits, other.bits);
41
}
42
43
@Override
44
public
int
compareTo(Object other) {
Callers
15
getDistance
Method · 0.45
overlapMaximally
Method · 0.45
overlapMinimally
Method · 0.45
NTCardHistogram
Method · 0.45
hasReverseComplementArtifact
Method · 0.45
getLengthNormalizedReadCounts
Method · 0.45
getReadCounts
Method · 0.45
hasValidPath
Method · 0.45
join
Method · 0.45
getSimilarCoveragePath
Method · 0.45
findPath
Method · 0.45
connect
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected