Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
multiply
Method · 0.95
main
Method · 0.45
tContains
Method · 0.45
tRemove
Method · 0.45
main
Method · 0.45
process
Method · 0.45
Calls
no outgoing calls
Tested by
2
tContains
Method · 0.36
tRemove
Method · 0.36