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

Method size

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

{@inheritDoc}

()

Source from the content-addressed store, hash-verified

244
245 /** {@inheritDoc} */
246 @Override
247 public int size() {
248 return delegate.size();
249 }
250
251 /** {@inheritDoc} */
252 @Override

Callers 6

addMethod · 0.95
removeMethod · 0.95
addAllMethod · 0.95
retainAllMethod · 0.95
removeAllMethod · 0.95
clearMethod · 0.95

Calls 1

sizeMethod · 0.65

Tested by

no test coverage detected