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

Method randomSelection

enums/menu/Course.java:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 values = kind.getEnumConstants();
16 }
17 public Food randomSelection() {
18 return Enums.random(values);
19 }
20}

Callers

nothing calls this directly

Calls 1

randomMethod · 0.95

Tested by

no test coverage detected