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

Method getSize

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

Returns the current map size as a bound property value. @return the current map size

()

Source from the content-addressed store, hash-verified

342 * @return the current map size
343 */
344 public int getSize() {
345 return size();
346 }
347
348 /** {@inheritDoc} */
349 @Override

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.95

Tested by

no test coverage detected