MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / newElementArray

Method newElementArray

Ports/CLDC11/src/java/util/Vector.java:106–109  ·  view source on GitHub ↗
(int size)

Source from the content-addressed store, hash-verified

104 }
105
106 @SuppressWarnings("unchecked")
107 private E[] newElementArray(int size) {
108 return (E[]) new Object[size];
109 }
110
111 /// Adds the specified object into this vector at the specified location. The
112 /// object is inserted before any element with the same or a higher index

Callers 4

VectorMethod · 0.95
growMethod · 0.95
growByOneMethod · 0.95
growByMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected