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

Method newElementArray

lib/java/util/HashMap.java:263–266  ·  view source on GitHub ↗

Create a new element array @param s @return Reference to the element array

(int s)

Source from the content-addressed store, hash-verified

261 * @return Reference to the element array
262 */
263 @SuppressWarnings("unchecked")
264 Entry<K, V>[] newElementArray(int s) {
265 return new Entry[s];
266 }
267
268 /**
269 * Constructs a new empty {@code HashMap} instance.

Callers 3

HashMapMethod · 0.95
cloneMethod · 0.95
rehashMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected