Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ equals
Method
equals
output/java_guava/1.4.19/TreeRangeSet.java:107–110 ·
view source on GitHub ↗
(@Nullable Object o)
Source
from the content-addressed store, hash-verified
105
}
106
107
@Override
108
public
boolean equals(@Nullable Object o) {
109
return
Sets.equalsImpl(this, o);
110
}
111
}
112
113
@Override
Callers
nothing calls this directly
Calls
1
equalsImpl
Method · 0.95
Tested by
no test coverage detected