File tree 1 file changed +4
-10
lines changed
1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change 1
- # Java-Generics-and-Collections
1
+ # Java 泛型与集合
2
2
3
+ 使用[ 谷歌翻译] ( https://translate.google.cn ) 进行初步翻译.
3
4
4
5
---
5
6
6
- Java Generics and Collections
7
-
8
- ---
7
+ ## 目录
9
8
10
9
* [ 前言] ( Preface.md )
11
- * [ 获取示例程序] ( Preface.md#获取示例程序 )
12
- * [ 如何联系我们] ( Preface.md#如何联系我们 )
13
- * [ 本书中使用的约定] ( Preface.md#本书中使用的约定 )
14
- * [ Safari®联机丛书] ( Preface.md#Safari®联机丛书 )
15
- * [ 致谢] ( Preface.md#致谢 )
16
10
* [ 第一部分:泛型] ( ch01/00_Introduction.md )
17
11
* [ 第一章(简介)] ( ch01/00_Introduction.md#第一章(简介) )
18
12
* [ 泛型] ( ch01/01_Generics.md#泛型 )
19
13
* [ 装箱与拆箱] ( ch01/02_Boxing_and_Unboxing.md#装箱与拆箱 )
20
14
* [ 循环] ( ch01/03_Foreach.md#循环 )
21
15
* [ 泛型方法和可变参数] ( ch01/04_Generic_Methods_and_Varargs.md#泛型方法和可变参数 )
22
16
* [ 断言] ( ch01/05_Assertions.md#断言 )
23
- * [ 第二章(子类型化和通配符)] ( ch02/00_Subtyping_and_Wildcards.md#第二章(子类型化和通配符) )
17
+ * [ 第二章(子类型化和通配符)] ( ch02/00_Subtyping_and_Wildcards.md#第二章(子类型化和通配符) )
24
18
* [ 子类型化和替代原则] ( ch02/01_Subtyping_and_the_Substitution_Principle.md#子类型化和替代原则 )
25
19
* [ 通配符和继承] ( ch02/02_Wildcards_with_extends.md#通配符和继承 )
26
20
* [ 通配符和超类] ( ch02/03_Wildcards_with_super.md#通配符和超类 )
You can’t perform that action at this time.
0 commit comments