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

Method isEmpty

src/main/java/groovy/util/ObservableList.java:294–297  ·  view source on GitHub ↗

{@inheritDoc}

()

Source from the content-addressed store, hash-verified

292
293 /** {@inheritDoc} */
294 @Override
295 public boolean isEmpty() {
296 return delegate.isEmpty();
297 }
298
299 /** {@inheritDoc} */
300 @Override

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected