Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BruceEckel/OnJava8-Examples
/ show
Method
show
patterns/trash/Bins.java:28–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
});
27
}
28
public
void
show() {
29
TrashValue.sum(aluminum,
"Aluminum"
);
30
TrashValue.sum(paper,
"Paper"
);
31
TrashValue.sum(glass,
"Glass"
);
32
TrashValue.sum(cardboard,
"Cardboard"
);
33
TrashValue.sum(bin,
"Trash"
);
34
}
35
}
Callers
2
main
Method · 0.95
main
Method · 0.95
Calls
1
sum
Method · 0.95
Tested by
no test coverage detected