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

Method main

patterns/recycleb/RecycleB.java:11–16  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

9
10public class RecycleB {
11 public static void main(String[] args) {
12 List<Trash> bin = new ArrayList<>();
13 ParseTrash.fillBin("trash", bin);
14 Bins bins = new Bins(bin);
15 bins.show();
16 }
17}
18/* Output:
19Loading patterns.trash.Cardboard

Callers

nothing calls this directly

Calls 2

fillBinMethod · 0.95
showMethod · 0.95

Tested by

no test coverage detected