MCPcopy 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
78public class BeeAndFlowers {

Callers

nothing calls this directly

Calls 1

getMethod · 0.65

Tested by

no test coverage detected