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

Method manipulate

generics/Manipulator3.java:9–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7 private HasF obj;
8 Manipulator3(HasF x) { obj = x; }
9 public void manipulate() { obj.f(); }
10}

Callers

nothing calls this directly

Calls 1

fMethod · 0.65

Tested by

no test coverage detected