Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
main
Method · 0.45
main
Method · 0.45
main
Method · 0.45
main
Method · 0.45
main
Method · 0.45
main
Method · 0.45
main
Method · 0.45
main
Method · 0.45
setup
Method · 0.45
PetSequence
Class · 0.45
CollectionSequence
Class · 0.45
main
Method · 0.45
Calls
2
get
Method · 0.95
setAll
Method · 0.45
Tested by
2
main
Method · 0.36
main
Method · 0.36