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

Method entrySet

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

{@inheritDoc} Returns an unmodifiable Set view of the mappings contained in this map if it is locked.

()

Source from the content-addressed store, hash-verified

266 * Returns an <strong>unmodifiable</strong> {@link Set} view of the mappings contained in this map if it is locked.
267 */
268 @Override
269 public Set<Map.Entry<K,V>> entrySet() {
270 if (locked) {
271 return unmodifiableDelegatedMap.entrySet();
272 }
273
274 return delegatedMap.entrySet();
275 }
276}

Callers 15

getSlowQueriesCDMethod · 0.45
disconnectedMethod · 0.45
doGetMethod · 0.45
methodUrlMethod · 0.45
postUrlMethod · 0.45
doGetMethod · 0.45
validateMethod · 0.45
postUrlWithDisconnectMethod · 0.45
testCloneMethod · 0.45
testPreconditionsMethod · 0.45

Calls

no outgoing calls

Tested by 11

doGetMethod · 0.36
methodUrlMethod · 0.36
postUrlMethod · 0.36
doGetMethod · 0.36
validateMethod · 0.36
postUrlWithDisconnectMethod · 0.36
testCloneMethod · 0.36
testPreconditionsMethod · 0.36