MCPcopy 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

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

Calls

no outgoing calls

Tested by

no test coverage detected