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

Method newElementArray

vm/JavaAPI/src/java/util/HashMap.java:250–253  ·  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

248 * @return Reference to the element array
249 */
250 @SuppressWarnings("unchecked")
251 Entry<K, V>[] newElementArray(int s) {
252 return new Entry[s];
253 }
254
255 /**
256 * Constructs a new empty {@code HashMap} instance.

Callers 2

HashMapMethod · 0.95
rehashMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected