Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ equals
Method
equals
corpus/java/training/guava/collect/ImmutableList.java:563–566 ·
view source on GitHub ↗
(@Nullable Object obj)
Source
from the content-addressed store, hash-verified
561
}
562
563
@Override
564
public
boolean equals(@Nullable Object obj) {
565
return
Lists.equalsImpl(this, obj);
566
}
567
568
@Override
569
public
int
hashCode() {
Callers
nothing calls this directly
Calls
1
equalsImpl
Method · 0.95
Tested by
no test coverage detected