Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DuGuQiuBai/Java
/ setObj
Method
setObj
day16/code/day16_Generic/src/cn/itcast_02/Tool.java:21–23 ·
view source on GitHub ↗
(Object obj)
Source
from the content-addressed store, hash-verified
19
}
20
21
public
void
setObj(Object obj) {
22
this.obj = obj;
23
}
24
}
25
26
class
Student {
Callers
1
main
Method · 0.95
Calls
no outgoing calls
Tested by
1
main
Method · 0.76