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

Method isEmpty

src/main/java/groovy/util/ObservableSet.java:252–255  ·  view source on GitHub ↗

{@inheritDoc}

()

Source from the content-addressed store, hash-verified

250
251 /** {@inheritDoc} */
252 @Override
253 public boolean isEmpty() {
254 return delegate.isEmpty();
255 }
256
257 /** {@inheritDoc} */
258 @Override

Callers 4

addAllMethod · 0.45
retainAllMethod · 0.45
removeAllMethod · 0.45
clearMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected