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

Method size

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

{@inheritDoc}

()

Source from the content-addressed store, hash-verified

417
418 /** {@inheritDoc} */
419 @Override
420 public int size() {
421 return delegate.size();
422 }
423
424 /**
425 * Returns the current list size as a bound property value.

Callers 8

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

Calls 1

sizeMethod · 0.65

Tested by

no test coverage detected