Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BruceEckel/OnJava8-Examples
/ manipulate
Method
manipulate
generics/Manipulator2.java:9–9 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
private
T obj;
8
Manipulator2(T x) { obj = x; }
9
public
void
manipulate() { obj.f(); }
10
}
Callers
nothing calls this directly
Calls
1
f
Method · 0.65
Tested by
no test coverage detected