Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/antlr/codebuff
/ retainAll
Method
retainAll
output/java_guava/1.4.19/Maps.java:2786–2789 ·
view source on GitHub ↗
(Collection<?> collection)
Source
from the content-addressed store, hash-verified
2784
}
2785
2786
@Override
2787
public
boolean retainAll(Collection<?> collection) {
2788
return
removeIf(not(in(collection)));
2789
}
2790
2791
@Override
2792
public
Object[] toArray() {
Callers
nothing calls this directly
Calls
3
removeIf
Method · 0.95
not
Method · 0.45
in
Method · 0.45
Tested by
no test coverage detected