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

Method newElementArray

Ports/CLDC11/src/java/util/HashMap.java:251–254  ·  view source on GitHub ↗
(int s)

Source from the content-addressed store, hash-verified

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

Callers 2

HashMapMethod · 0.95
rehashMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected