Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BruceEckel/OnJava8-Examples
/ main
Method
main
arrays/ParallelSetAll.java:20–23 ·
view source on GitHub ↗
(String[] args)
Source
from the content-addressed store, hash-verified
18
Arrays.parallelSetAll(la,
new
Rand.Plong()::get);
19
}
20
public
static
void
main(String[] args) {
21
intArray();
22
longArray();
23
}
24
}
Callers
nothing calls this directly
Calls
2
intArray
Method · 0.95
longArray
Method · 0.95
Tested by
no test coverage detected