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

Method array

onjava/Count.java:36–38  ·  view source on GitHub ↗
(int sz)

Source from the content-addressed store, hash-verified

34 }
35 public boolean get(int n) { return get(); }
36 public boolean[] array(int sz) {
37 return primitive(new Boolean().array(sz));
38 }
39 }
40 class Byte
41 implements Supplier<java.lang.Byte> {

Callers

nothing calls this directly

Calls 2

primitiveMethod · 0.80
arrayMethod · 0.45

Tested by

no test coverage detected