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

Method put

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

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

(K key, V value)

Source from the content-addressed store, hash-verified

162 * @exception IllegalStateException if this map is currently locked
163 */
164 @Override
165 public V put(K key, V value) {
166 checkLocked();
167 return delegatedMap.put(key, value);
168 }
169
170
171 /**

Callers 1

getInitParametersMethod · 0.95

Calls 2

checkLockedMethod · 0.95
putMethod · 0.65

Tested by

no test coverage detected