Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/luje
/ newElementArray
Method
newElementArray
lib/java/util/Vector.java:118–121 ·
view source on GitHub ↗
(int size)
Source
from the content-addressed store, hash-verified
116
}
117
118
@SuppressWarnings(
"unchecked"
)
119
private
E[] newElementArray(
int
size) {
120
return
(E[])
new
Object[size];
121
}
122
123
/**
124
* Adds the specified object into this vector at the specified location. The
Callers
4
Vector
Method · 0.95
grow
Method · 0.95
growByOne
Method · 0.95
growBy
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected