Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/DuGuQiuBai/Java
/ InterImpl
Class
InterImpl
day16/code/day16_Generic/src/cn/itcast_02/InterImpl.java:15–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
// }
14
15
public
class
InterImpl<YY> implements Inter<YY> {
16
@Override
17
public
void
show(YY yy) {
18
System.out.println(yy);
19
}
20
}
21
22
// new InterImpl<String>();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected