MCPcopy 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
8public interface Fillable<T extends Trash> {
9 void addTrash(T t);
10}

Callers 1

fillBinMethod · 0.65

Implementers 2

TypeMapAdapterpatterns/trash/TypeMapTrash.java
FillableListpatterns/trash/FillableList.java

Calls

no outgoing calls

Tested by

no test coverage detected