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

Method ArrayList

lib/java/util/ArrayList.java:45–47  ·  view source on GitHub ↗

Constructs a new instance of ArrayList with ten capacity.

()

Source from the content-addressed store, hash-verified

43 * Constructs a new instance of {@code ArrayList} with ten capacity.
44 */
45 public ArrayList() {
46 this(10);
47 }
48
49 /**
50 * Constructs a new instance of {@code ArrayList} with the specified

Callers

nothing calls this directly

Calls 3

newElementArrayMethod · 0.95
arraycopyMethod · 0.95
toArrayMethod · 0.65

Tested by

no test coverage detected