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

Method keySet

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

{@inheritDoc}

()

Source from the content-addressed store, hash-verified

131
132 /** {@inheritDoc} */
133 @Override
134 public Set<K> keySet() {
135 return (innerMap != null ? Collections.unmodifiableMap(innerMap) : toMap()).keySet();
136 }
137
138 /** {@inheritDoc} */
139 @Override

Callers 15

StringSetMapMethod · 0.45
makeTransitiveHullMethod · 0.45
addPhaseOperationsMethod · 0.45
iteratorMethod · 0.45
visitIfElseMethod · 0.45
visitSwitchMethod · 0.45
fixVarMethod · 0.45
mergeParametersMethod · 0.45
visitClassMethod · 0.45

Calls 1

toMapMethod · 0.95

Tested by

no test coverage detected