MCPcopy 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

mainMethod · 0.95
mainMethod · 0.95

Calls 1

sumMethod · 0.95

Tested by

no test coverage detected