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

Method array

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

Source from the content-addressed store, hash-verified

41 return get();
42 }
43 public java.lang.Byte[] array(int sz) {
44 java.lang.Byte[] result =
45 new java.lang.Byte[sz];
46 Arrays.setAll(result, n -> get());
47 return result;
48 }
49 }
50 class Pbyte {
51 public byte[] array(int sz) {

Callers 15

mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
setupMethod · 0.45
PetSequenceClass · 0.45
CollectionSequenceClass · 0.45
mainMethod · 0.45

Calls 2

getMethod · 0.95
setAllMethod · 0.45

Tested by 2

mainMethod · 0.36
mainMethod · 0.36