Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ retainAll
Method
retainAll
output/java_guava/1.4.17/Maps.java:2910–2913 ·
view source on GitHub ↗
(Collection<?> c)
Source
from the content-addressed store, hash-verified
2908
}
2909
2910
@Override
2911
public
boolean retainAll(Collection<?> c) {
2912
return
removeIf(not(in(c)));
2913
}
2914
2915
@Override
2916
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