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

Method array

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

Source from the content-addressed store, hash-verified

210 @Override
211 public double getAsDouble() { return get(0); }
212 public double[] array(int sz) {
213 return primitive(new Double().array(sz));
214 }
215 }
216}

Callers

nothing calls this directly

Calls 2

primitiveMethod · 0.80
arrayMethod · 0.45

Tested by

no test coverage detected