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

Class Crack

interfaces/Machine.java:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14class Crack implements Operations {
15 @Override public void execute() {
16 Operations.show("Crack");
17 }
18}
19
20class Twist implements Operations {
21 @Override public void execute() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected