Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BruceEckel/OnJava8-Examples
/ addTrash
Method
addTrash
patterns/trash/Fillable.java:9–9 ·
view source on GitHub ↗
(T t)
Source
from the content-addressed store, hash-verified
7
8
public
interface
Fillable<T extends Trash> {
9
void
addTrash(T t);
10
}
Callers
1
fillBin
Method · 0.65
Implementers
2
TypeMapAdapter
patterns/trash/TypeMapTrash.java
FillableList
patterns/trash/FillableList.java
Calls
no outgoing calls
Tested by
no test coverage detected