MCPcopy Create free account
hub / github.com/apache/tomcat / removeAll

Method removeAll

java/org/apache/catalina/util/ResourceSet.java:193–197  ·  view source on GitHub ↗

{@inheritDoc} @exception IllegalStateException if this set is currently locked

(Collection<?> c)

Source from the content-addressed store, hash-verified

191 * @exception IllegalStateException if this set is currently locked
192 */
193 @Override
194 public boolean removeAll(Collection<?> c) {
195 checkLocked();
196 return super.removeAll(c);
197 }
198
199
200 /**

Callers 12

testAuthenticationMethod · 0.45
setProtocolsMethod · 0.45
getEnabledMethod · 0.45
initMethod · 0.45
parseInternalMethod · 0.45

Calls 1

checkLockedMethod · 0.95