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

Method HashMap

vm/JavaAPI/src/java/util/HashMap.java:258–260  ·  view source on GitHub ↗

Constructs a new empty HashMap instance.

()

Source from the content-addressed store, hash-verified

256 * Constructs a new empty {@code HashMap} instance.
257 */
258 public HashMap() {
259 this(DEFAULT_SIZE);
260 }
261
262 /**
263 * Constructs a new {@code HashMap} instance with the specified capacity.

Callers

nothing calls this directly

Calls 5

calculateCapacityMethod · 0.95
newElementArrayMethod · 0.95
computeThresholdMethod · 0.95
putAllImplMethod · 0.95
sizeMethod · 0.65

Tested by

no test coverage detected