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

Method getSize

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

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

()

Source from the content-addressed store, hash-verified

427 * @return the current list size
428 */
429 public int getSize() {
430 return size();
431 }
432
433 /** {@inheritDoc} */
434 @Override

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.95

Tested by

no test coverage detected