Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ removeAll
Method
removeAll
output/java_guava/1.4.19/Maps.java:2907–2910 ·
view source on GitHub ↗
(Collection<?> c)
Source
from the content-addressed store, hash-verified
2905
}
2906
2907
@Override
2908
public
boolean removeAll(Collection<?> c) {
2909
return
removeIf(in(c));
2910
}
2911
2912
@Override
2913
public
boolean retainAll(Collection<?> c) {
Callers
nothing calls this directly
Calls
2
removeIf
Method · 0.95
in
Method · 0.45
Tested by
no test coverage detected