Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ hashCode
Method
hashCode
output/java_guava/1.4.19/ImmutableMap.java:646–649 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
644
abstract boolean isPartialView();
645
646
@Override
647
public
int
hashCode() {
648
return
Sets.hashCodeImpl(entrySet());
649
}
650
651
boolean isHashCodeFast() {
652
return
false;
Callers
nothing calls this directly
Calls
2
hashCodeImpl
Method · 0.95
entrySet
Method · 0.95
Tested by
no test coverage detected