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

Method array

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

Source from the content-addressed store, hash-verified

160 return get();
161 }
162 public java.lang.Float[] array(int sz) {
163 java.lang.Float[] result =
164 new java.lang.Float[sz];
165 Arrays.setAll(result, n -> get());
166 return result;
167 }
168 }
169 class Pfloat {
170 public float[] array(int sz) {

Callers

nothing calls this directly

Calls 2

getMethod · 0.95
setAllMethod · 0.45

Tested by

no test coverage detected