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

Method HashMap

lib/java/util/HashMap.java:271–273  ·  view source on GitHub ↗

Constructs a new empty HashMap instance.

()

Source from the content-addressed store, hash-verified

269 * Constructs a new empty {@code HashMap} instance.
270 */
271 public HashMap() {
272 this(DEFAULT_SIZE);
273 }
274
275 /**
276 * 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