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

Method newElementArray

lib/java/util/Hashtable.java:286–289  ·  view source on GitHub ↗
(int size)

Source from the content-addressed store, hash-verified

284 }
285
286 @SuppressWarnings("unchecked")
287 private Entry<K, V>[] newElementArray(int size) {
288 return new Entry[size];
289 }
290
291 /**
292 * Removes all key/value pairs from this {@code Hashtable}, leaving the

Callers 2

HashtableMethod · 0.95
rehashMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected