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

Method array

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

Source from the content-addressed store, hash-verified

87 }
88 public char get(int n) { return get(); }
89 public char[] array(int sz) {
90 return primitive(new Character().array(sz));
91 }
92 }
93 class Short
94 implements Supplier<java.lang.Short> {

Callers

nothing calls this directly

Calls 2

primitiveMethod · 0.80
arrayMethod · 0.45

Tested by

no test coverage detected