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

Method newElementArray

vm/JavaAPI/src/java/util/ArrayList.java:101–104  ·  view source on GitHub ↗
(int size)

Source from the content-addressed store, hash-verified

99 }
100
101 @SuppressWarnings("unchecked")
102 private E[] newElementArray(int size) {
103 return (E[]) new Object[size];
104 }
105
106 /**
107 * Inserts the specified object into this {@code ArrayList} at the specified

Callers 5

ArrayListMethod · 0.95
growAtEndMethod · 0.95
growAtFrontMethod · 0.95
growForInsertMethod · 0.95
trimToSizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected