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

Method array

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

Source from the content-addressed store, hash-verified

49 }
50 class Pbyte {
51 public byte[] array(int sz) {
52 return primitive(new Byte().array(sz));
53 }
54 }
55 class Character
56 implements Supplier<java.lang.Character> {

Callers

nothing calls this directly

Calls 2

primitiveMethod · 0.80
arrayMethod · 0.45

Tested by

no test coverage detected