MCPcopy 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

drainToMethod · 0.80
editFrontendApiMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected