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

Class Bing

interfaces/Machine.java:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import onjava.Operations;
7
8class Bing implements Operations {
9 @Override public void execute() {
10 Operations.show("Bing");
11 }
12}
13
14class Crack implements Operations {
15 @Override public void execute() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected