MCPcopy 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

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

Calls

no outgoing calls

Tested by

no test coverage detected