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

Method HashMap

Ports/CLDC11/src/java/util/HashMap.java:257–259  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

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