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

Method clear

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

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

()

Source from the content-addressed store, hash-verified

150 * @exception IllegalStateException if this map is currently locked
151 */
152 @Override
153 public void clear() {
154 checkLocked();
155 delegatedMap.clear();
156 }
157
158
159 /**

Callers

nothing calls this directly

Calls 2

checkLockedMethod · 0.95
clearMethod · 0.65

Tested by

no test coverage detected