MCPcopy Index your code
hub / github.com/apache/tomcat / putAll

Method putAll

java/org/apache/catalina/util/ParameterMap.java:176–180  ·  view source on GitHub ↗

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

(Map<? extends K,? extends V> map)

Source from the content-addressed store, hash-verified

174 * @exception IllegalStateException if this map is currently locked
175 */
176 @Override
177 public void putAll(Map<? extends K,? extends V> map) {
178 checkLocked();
179 delegatedMap.putAll(map);
180 }
181
182
183 /**

Callers 15

getInitParametersMethod · 0.95
cloneMethod · 0.45
postUrlMethod · 0.45
testWithTomcatServerMethod · 0.45
postUrlWithDisconnectMethod · 0.45
generateJavaMethod · 0.45
TldCacheMethod · 0.45
ackMethod · 0.45
getGroupsMethod · 0.45
getRolesMethod · 0.45

Calls 1

checkLockedMethod · 0.95

Tested by 5

postUrlMethod · 0.36
testWithTomcatServerMethod · 0.36
postUrlWithDisconnectMethod · 0.36