Skip to content

Commit ea7997c

Browse files
committed
更新
1 parent 4bc1cd8 commit ea7997c

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

README

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
《Core Java Volumn I》
99

1010
注意:
11-
不包括书中有关图形程序设计的部分,当然也不包括Java applet
11+
不包括书中有关图形程序设计的部分,当然也不包括Java applet,还有一些书上标明可以暂时不看的部分。
12+
可能我这样省略一些东西是过于浮躁了,有时间回头再看看吧。
1213

1314
说明:
1415
CoreJava(《Core Java(第9版)》原书代码)
@@ -65,10 +66,21 @@
6566
| ----- enums(枚举类)
6667

6768

68-
Part6(接口与内部类,2014年05月02日 -- ?
69+
Part6(接口与内部类,已完成
6970
|
7071
| ----- interfaces(接口)
7172
|
7273
| ----- clone(克隆对象)
7374
|
74-
| ----- ...
75+
| ----- timer(接口与回调)
76+
|
77+
| ----- innerClass(内部类初探)
78+
|
79+
| ----- staticInnerClass(静态内部类)
80+
|
81+
| ----- anonymousInnerClass(匿名内部类)
82+
83+
84+
接下来我就开始看安卓了,用项目驱动学习。
85+
许多内容日后补充。
86+
2014年05月02日。

0 commit comments

Comments
 (0)