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

Method main

enums/RoShamBo6.java:20–22  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

18 return table[this.ordinal()][other.ordinal()];
19 }
20 public static void main(String[] args) {
21 RoShamBo.play(RoShamBo6.class, 20);
22 }
23}
24/* Output:
25ROCK vs. ROCK: DRAW

Callers

nothing calls this directly

Calls 1

playMethod · 0.95

Tested by

no test coverage detected