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

Method manipulate

generics/Templates.cpp:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10public:
11 Manipulator(T x) { obj = x; }
12 void manipulate() { obj.f(); }
13};
14
15class HasF {

Callers 1

mainFunction · 0.45

Calls 1

fMethod · 0.65

Tested by

no test coverage detected