MCPcopy Create free account
hub / github.com/davidgiven/luje / size

Method size

lib/java/util/ArrayList.java:621–624  ·  view source on GitHub ↗

Returns the number of elements in this ArrayList. @return the number of elements in this ArrayList.

()

Source from the content-addressed store, hash-verified

619 * @return the number of elements in this {@code ArrayList}.
620 */
621 @Override
622 public int size() {
623 return size;
624 }
625
626 /**
627 * Returns a new array containing all elements contained in this

Callers 2

listFilesMethod · 0.95
listMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected