Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ equalsSameBits
Method
equalsSameBits
output/java_guava/1.4.17/HashCode.java:177–180 ·
view source on GitHub ↗
(HashCode that)
Source
from the content-addressed store, hash-verified
175
}
176
177
@Override
178
boolean equalsSameBits(HashCode that) {
179
return
hash == that.asInt();
180
}
181
182
private
static
final
long serialVersionUID = 0;
183
}
Callers
nothing calls this directly
Calls
1
asInt
Method · 0.45
Tested by
no test coverage detected