MCPcopy Create free account
hub / github.com/ReadyTalk/avian / ArrayList

Method ArrayList

classpath/java/util/ArrayList.java:23–25  ·  view source on GitHub ↗
(int capacity)

Source from the content-addressed store, hash-verified

21 private int size;
22
23 public ArrayList(int capacity) {
24 resize(capacity);
25 }
26
27 public ArrayList() {
28 this(0);

Callers

nothing calls this directly

Calls 3

resizeMethod · 0.95
addAllMethod · 0.95
sizeMethod · 0.65

Tested by

no test coverage detected