Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BruceEckel/OnJava8-Examples
/ parallelSetAll
Method
parallelSetAll
validating/jmh/JMH2.java:40–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
Arrays.setAll(la, n -> n);
39
}
40
@Benchmark
41
public
void
parallelSetAll() {
42
Arrays.parallelSetAll(la, n -> n);
43
}
44
}
Callers
7
intArray
Method · 0.45
longArray
Method · 0.45
main
Method · 0.45
main
Method · 0.45
main
Method · 0.45
main
Method · 0.45
main
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected