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

Method add

patterns/doubledispatch/TypedBin.java:25–27  ·  view source on GitHub ↗
(Aluminum a)

Source from the content-addressed store, hash-verified

23 return true;
24 }
25 public boolean add(Aluminum a) {
26 return false;
27 }
28 public boolean add(Paper a) {
29 return false;
30 }

Callers 10

addItMethod · 0.45
addToBinMethod · 0.45
addToBinMethod · 0.45
addToBinMethod · 0.45
addToBinMethod · 0.45
grabMethod · 0.45
TrashBinListMethod · 0.45
addTrashMethod · 0.45
BinsMethod · 0.45
addTrashMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected