Skip to content

Commit 6c118d9

Browse files
committed
新增:接口相关的代码
1 parent 2a5808e commit 6c118d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ Java核心技术学习代码兼测试案例<br>
3737
├── README.md // 项目唯一详细文档
3838
├── org.javacore.base // Java基础必备
3939
├── CopyT.java // 深拷贝与浅拷贝
40+
├── org.javacore.base.inter // Java接口
41+
├── ApplyClass.java // 不使用接口的接口案例
42+
├── ApplyInter.java // 使用接口的接口案例
4043
├── org.javacore.collection // Java集合
4144
├── PerBtwnAllCollectionsT.java // 各集合添加方法性能对比
4245
├── org.javacore.collection.list // Java集合List

0 commit comments

Comments
 (0)