MCPcopy Index your code
hub / github.com/BruceEckel/OnJava8-Examples / array

Method array

onjava/Rand.java:30–32  ·  view source on GitHub ↗
(int sz)

Source from the content-addressed store, hash-verified

28 }
29 class Pboolean {
30 public boolean[] array(int sz) {
31 return primitive(new Boolean().array(sz));
32 }
33 }
34 class Byte
35 implements Supplier<java.lang.Byte> {

Callers

nothing calls this directly

Calls 2

primitiveMethod · 0.80
arrayMethod · 0.45

Tested by

no test coverage detected