Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testGrow
Method · 0.95
testRemove
Method · 0.95
getAllFields
Method · 0.95
makeClass
Method · 0.95
parseType
Method · 0.95
getFields
Method · 0.95
isEmpty
Method · 0.95
split
Method · 0.95
Calls
no outgoing calls
Tested by
2
testGrow
Method · 0.76
testRemove
Method · 0.76