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

Method main

patterns/trash/TypeMapTrash.java:23–29  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

21
22public class TypeMapTrash {
23 @SuppressWarnings("unchecked")
24 public static void main(String[] args) {
25 TypeMap<Trash> bin = new TypeMap<>();
26 ParseTrash.fillBin(
27 "trash", new TypeMapAdapter(bin));
28 ClassToListOfTrashMap.show(bin.map);
29 }
30}
31/* Output:
32Loading patterns.trash.Cardboard

Callers

nothing calls this directly

Calls 2

fillBinMethod · 0.95
showMethod · 0.95

Tested by

no test coverage detected