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