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

Method isEmpty

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

{@inheritDoc}

()

Source from the content-addressed store, hash-verified

229
230 /** {@inheritDoc} */
231 @Override
232 public boolean isEmpty() {
233 return delegate.isEmpty();
234 }
235
236 /** {@inheritDoc} */
237 @Override

Callers 2

clearMethod · 0.45
putAllMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected