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

Method size

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

{@inheritDoc}

()

Source from the content-addressed store, hash-verified

332
333 /** {@inheritDoc} */
334 @Override
335 public int size() {
336 return delegate.size();
337 }
338
339 /**
340 * Returns the current map size as a bound property value.

Callers 5

clearMethod · 0.95
putMethod · 0.95
putAllMethod · 0.95
removeMethod · 0.95
getSizeMethod · 0.95

Calls 1

sizeMethod · 0.65

Tested by

no test coverage detected