MCPcopy Create free account
hub / github.com/apache/groovy / entrySet

Method entrySet

src/main/java/groovy/util/ObservableMap.java:207–210  ·  view source on GitHub ↗

{@inheritDoc}

()

Source from the content-addressed store, hash-verified

205
206 /** {@inheritDoc} */
207 @Override
208 public Set entrySet() {
209 return delegate.entrySet();
210 }
211
212 /** {@inheritDoc} */
213 @Override

Callers 1

putAllMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected