MCPcopy 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

getDistanceMethod · 0.45
overlapMaximallyMethod · 0.45
overlapMinimallyMethod · 0.45
NTCardHistogramMethod · 0.45
getReadCountsMethod · 0.45
hasValidPathMethod · 0.45
joinMethod · 0.45
findPathMethod · 0.45
connectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected