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

Method entrySet

src/main/java/groovy/lang/MapWithDefault.java:200–203  ·  view source on GitHub ↗

{@inheritDoc}

()

Source from the content-addressed store, hash-verified

198 * {@inheritDoc}
199 */
200 @Override
201 public Set<Map.Entry<K, V>> entrySet() {
202 return delegate.entrySet();
203 }
204
205 /**
206 * {@inheritDoc}

Callers 5

clearCacheMethod · 0.45
equalsMethod · 0.45
setPropertiesMethod · 0.45
copyNonPrivateFieldsMethod · 0.45
iterateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected