MCPcopy
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 */
9public interface Inter<YY> {
10 public abstract void show(YY yy);
11}

Callers

nothing calls this directly

Implementers 11

Demoday07/code/04_static关键字/StudentDemo3.j
Studentday07/code/04_static关键字/StudentDemo4.j
Innerday10/code/06_内部类/InnerClassDemo.java
Outerday10/code/06_内部类/InnerClassDemo.java
Fatherday10/code/04_权限修饰符/Father.java
Personday08/code/02_方法重写/PersonDemo.java
Studentday08/code/02_方法重写/PersonDemo.java
Aday08/code/05_多态/DuoTaiTest2.java
Cday08/code/05_多态/DuoTaiTest2.java
Fuday08/code/01_继承/Test2.java
ThrowsDemoday19/code/day19_Exception/src/cn/itca

Calls

no outgoing calls

Tested by

no test coverage detected