Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/DuGuQiuBai/Java
/ Inter
Interface
Inter
day16/code/day16_Generic/src/cn/itcast_02/Inter.java:9–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
*
interface
�ӿ���<��������,...>
8
*/
9
public
interface
Inter<YY> {
10
public
abstract
void
show(YY yy);
11
}
Callers
nothing calls this directly
Implementers
11
Demo
day07/code/04_static关键字/StudentDemo3.j
Student
day07/code/04_static关键字/StudentDemo4.j
Inner
day10/code/06_内部类/InnerClassDemo.java
Outer
day10/code/06_内部类/InnerClassDemo.java
Father
day10/code/04_权限修饰符/Father.java
Person
day08/code/02_方法重写/PersonDemo.java
Student
day08/code/02_方法重写/PersonDemo.java
A
day08/code/05_多态/DuoTaiTest2.java
C
day08/code/05_多态/DuoTaiTest2.java
Fu
day08/code/01_继承/Test2.java
ThrowsDemo
day19/code/day19_Exception/src/cn/itca
Calls
no outgoing calls
Tested by
no test coverage detected