Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ newElementArray
Method
newElementArray
vm/JavaAPI/src/java/util/Vector.java:113–116 ·
view source on GitHub ↗
(int size)
Source
from the content-addressed store, hash-verified
111
}
112
113
@SuppressWarnings(
"unchecked"
)
114
private
E[] newElementArray(
int
size) {
115
return
(E[])
new
Object[size];
116
}
117
118
/**
119
* 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