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

Method entrySet

src/main/java/groovy/util/ConfigObject.java:400–403  ·  view source on GitHub ↗

{@inheritDoc}

()

Source from the content-addressed store, hash-verified

398
399 /** {@inheritDoc} */
400 @Override
401 public Set entrySet() {
402 return delegateMap.entrySet();
403 }
404
405 /**
406 * Returns a shallow copy of this ConfigObject, keys and configuration entries are not cloned.

Callers 15

sumTwoMapsMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
testMaxMapMethod · 0.45
testMapEntryPropertyMethod · 0.45
processMethod · 0.45
CrossProductIteratorMethod · 0.45
CrossProductIteratorMethod · 0.45
CrossByIndexIteratorMethod · 0.45

Calls

no outgoing calls

Tested by 2

testMaxMapMethod · 0.36
testMapEntryPropertyMethod · 0.36