Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ newElementArray
Method
newElementArray
Ports/CLDC11/src/java/util/HashMap.java:251–254 ·
view source on GitHub ↗
(int s)
Source
from the content-addressed store, hash-verified
249
///
250
/// Reference to the element array
251
@SuppressWarnings(
"unchecked"
)
252
Entry<K, V>[] newElementArray(
int
s) {
253
return
new
Entry[s];
254
}
255
256
/// Constructs a new empty `HashMap` instance.
257
public
HashMap() {
Callers
2
HashMap
Method · 0.95
rehash
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected