Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BruceEckel/OnJava8-Examples
/ newFlower
Method
newFlower
patterns/visitor/BeeAndFlowers.java:73–75 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
71
private
static
SplittableRandom rand =
72
new
SplittableRandom(47);
73
public
static
Flower newFlower() {
74
return
flowers.get(rand.nextInt(SZ)).get();
75
}
76
}
77
78
public
class
BeeAndFlowers {
Callers
nothing calls this directly
Calls
1
get
Method · 0.65
Tested by
no test coverage detected