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

Method entrySet

src/main/java/org/codehaus/groovy/util/ListHashMap.java:107–110  ·  view source on GitHub ↗

{@inheritDoc}

()

Source from the content-addressed store, hash-verified

105
106 /** {@inheritDoc} */
107 @Override
108 public Set<Entry<K,V>> entrySet() {
109 return (innerMap != null ? Collections.unmodifiableMap(innerMap) : toMap()).entrySet();
110 }
111
112 /** {@inheritDoc} */
113 @Override

Callers 15

createPluginMethod · 0.45
doFindClassesMethod · 0.45
setBeanPropertiesMethod · 0.45
javacNamedValuesMethod · 0.45
printAnnotationMethod · 0.45
printImportsMethod · 0.45
TypesClass · 0.45
visitAnnotationMethod · 0.45
assertNoLabelsMissedMethod · 0.45
transformMethod · 0.45
callMethod · 0.45
cleanLocalVarsMethod · 0.45

Calls 1

toMapMethod · 0.95

Tested by

no test coverage detected