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

Method addAll

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

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

(Collection<? extends T> c)

Source from the content-addressed store, hash-verified

153 * @exception IllegalStateException if this set is currently locked
154 */
155 @Override
156 public boolean addAll(Collection<? extends T> c) {
157 checkLocked();
158 return super.addAll(c);
159 }
160
161
162 /**

Callers

nothing calls this directly

Calls 1

checkLockedMethod · 0.95

Tested by

no test coverage detected