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

Method add

annotations/ifx/Multiplier.java:20–22  ·  view source on GitHub ↗
(int x, int y)

Source from the content-addressed store, hash-verified

18 }
19 public int fortySeven() { return 47; }
20 private int add(int x, int y) {
21 return x + y;
22 }
23 public double timesTen(double arg) {
24 return arg * 10;
25 }

Callers 6

multiplyMethod · 0.95
mainMethod · 0.45
tContainsMethod · 0.45
tRemoveMethod · 0.45
mainMethod · 0.45
processMethod · 0.45

Calls

no outgoing calls

Tested by 2

tContainsMethod · 0.36
tRemoveMethod · 0.36