Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ newElementArray
Method
newElementArray
vm/JavaAPI/src/java/util/Hashtable.java:270–273 ·
view source on GitHub ↗
(int size)
Source
from the content-addressed store, hash-verified
268
}
269
270
@SuppressWarnings(
"unchecked"
)
271
private
Entry<K, V>[] newElementArray(
int
size) {
272
return
new
Entry[size];
273
}
274
275
/**
276
* Removes all key/value pairs from this {@code Hashtable}, leaving the
Callers
2
Hashtable
Method · 0.95
rehash
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected