MCPcopy Create free account
hub / github.com/careercup/ctci / run

Method run

java/Chapter 16/Question16_6/MyThread.java:13–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11 }
12
13 public void run() {
14 if (firstMethod.equals("A")) {
15 foo.methodA(name);
16 } else {
17 foo.methodB(name);
18 }
19 }
20}

Callers

nothing calls this directly

Calls 2

methodAMethod · 0.80
methodBMethod · 0.80

Tested by

no test coverage detected