Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diyhi/bbs
/ removeAll
Method
removeAll
src/main/java/cms/utils/ConcurrentHashSet.java:92–95 ·
view source on GitHub ↗
(Collection<?> c)
Source
from the content-addressed store, hash-verified
90
}
91
92
@Override
93
public
boolean removeAll(Collection<?> c) {
94
return
mMap.keySet().removeAll(c);
95
}
96
97
@Override
98
public
boolean retainAll(Collection<?> c) {
Callers
2
drainTo
Method · 0.80
editFrontendApi
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected