Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
calculateCapacity
Method · 0.95
newElementArray
Method · 0.95
computeThreshold
Method · 0.95
putAllImpl
Method · 0.95
size
Method · 0.65
Tested by
no test coverage detected