MCPcopy Create free account
hub / github.com/davidgiven/luje / newElementArray

Method newElementArray

lib/java/util/ArrayList.java:85–88  ·  view source on GitHub ↗
(int size)

Source from the content-addressed store, hash-verified

83 }
84
85 @SuppressWarnings("unchecked")
86 private E[] newElementArray(int size) {
87 return (E[]) new Object[size];
88 }
89
90 /**
91 * 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