Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
addIt
Method · 0.45
addToBin
Method · 0.45
addToBin
Method · 0.45
addToBin
Method · 0.45
addToBin
Method · 0.45
grab
Method · 0.45
TrashBinList
Method · 0.45
addTrash
Method · 0.45
Bins
Method · 0.45
addTrash
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected