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

Method main

arrays/IceCreamFlavors.java:32–35  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

30 return results;
31 }
32 public static void main(String[] args) {
33 for(int i = 0; i < 7; i++)
34 show(flavorSet(3));
35 }
36}
37/* Output:
38[Praline Cream, Mint Chip, Vanilla Fudge Swirl]

Callers

nothing calls this directly

Calls 2

flavorSetMethod · 0.95
showMethod · 0.65

Tested by

no test coverage detected