Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ contains
Method
contains
output/java_guava/1.4.19/ImmutableList.java:380–383 ·
view source on GitHub ↗
(@Nullable Object object)
Source
from the content-addressed store, hash-verified
378
}
379
380
@Override
381
public
boolean contains(@Nullable Object object) {
382
return
indexOf(object) >= 0;
383
}
384
385
// constrain the return type to ImmutableList<E>
386
Callers
nothing calls this directly
Calls
1
indexOf
Method · 0.95
Tested by
no test coverage detected