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

Method size

lib/java/util/AbstractCollection.java:337–337  ·  view source on GitHub ↗

Returns a count of how many objects this Collection contains. In this class this method is declared abstract and has to be implemented by concrete Collection implementations. @return how many objects this Collection contains, or Integer.MAX_VALUE if there

()

Source from the content-addressed store, hash-verified

335 * {@code Collection}.
336 */
337 public abstract int size();
338
339 public Object[] toArray() {
340 int size = size(), index = 0;

Callers 3

isEmptyMethod · 0.95
toArrayMethod · 0.95
toStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected