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/Sets.java:80–83 ·
view source on GitHub ↗
(Collection<?> c)
Source
from the content-addressed store, hash-verified
78
}
79
80
@Override
81
public
boolean retainAll(Collection<?> c) {
82
return
super.retainAll(checkNotNull(c));
// GWT compatibility
83
}
84
}
85
86
/**
Callers
nothing calls this directly
Calls
2
retainAll
Method · 0.65
checkNotNull
Method · 0.45
Tested by
no test coverage detected