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

Class Twist

interfaces/Machine.java:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20class Twist implements Operations {
21 @Override public void execute() {
22 Operations.show("Twist");
23 }
24}
25
26public class Machine {
27 public static void main(String[] args) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected