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

Method size

classpath/java/util/ArrayList.java:68–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66 }
67
68 public int size() {
69 return size;
70 }
71
72 public void ensureCapacity(int capacity) {
73 grow(capacity);

Callers 8

testGrowMethod · 0.95
testRemoveMethod · 0.95
getAllFieldsMethod · 0.95
makeClassMethod · 0.95
parseTypeMethod · 0.95
getFieldsMethod · 0.95
isEmptyMethod · 0.95
splitMethod · 0.95

Calls

no outgoing calls

Tested by 2

testGrowMethod · 0.76
testRemoveMethod · 0.76