MCPcopy 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

intArrayMethod · 0.95
longArrayMethod · 0.95

Tested by

no test coverage detected