更新类型信息章节子标题

This commit is contained in:
LingCoder
2019-03-25 01:43:22 +08:00
parent 01b01c564f
commit 555ad84bd7
2 changed files with 51 additions and 9 deletions

View File

@@ -230,15 +230,15 @@
* [StringTokenizer类](book/18-Strings.md#StringTokenizer类)
* [本章小结](book/18-Strings.md#本章小结)
* [第十九章 类型信息](book/19-Type-Information.md)
* [](book/19-Type-Information.md#)
* [](book/19-Type-Information.md#)
* [](book/19-Type-Information.md#)
* [](book/19-Type-Information.md#)
* [](book/19-Type-Information.md#)
* [](book/19-Type-Information.md#)
* [](book/19-Type-Information.md#)
* [](book/19-Type-Information.md#)
* [](book/19-Type-Information.md#)
* [运行时类型信息](book/19-Type-Information.md#运行时类型信息)
* [类的对象](book/19-Type-Information.md#类的对象)
* [类型转换检测](book/19-Type-Information.md#类型转换检测)
* [注册工厂](book/19-Type-Information.md#注册工厂)
* [类的等价比较](book/19-Type-Information.md#类的等价比较)
* [反射运行时类信息](book/19-Type-Information.md#反射运行时类信息)
* [动态代理](book/19-Type-Information.md#动态代理)
* [Optional类](book/19-Type-Information.md#Optional类)
* [接口和类型](book/19-Type-Information.md#接口和类型)
* [本章小结](book/19-Type-Information.md#本章小结)
* [第二十章 泛型](book/20-Generics.md)
* [](book/20-Generics.md#)

View File

@@ -1,7 +1,49 @@
[TOC]
<!-- Type Information -->
# 第十九章 类型信息
<!-- The Need for RTTI -->
## 运行时类型信息
<!-- The Class Object -->
## 类的对象
<!-- Checking Before a Cast -->
## 类型转换检测
<!-- Registered Factories -->
## 注册工厂
<!-- Instanceof vs. Class Equivalence -->
## 类的等价比较
<!-- Reflection: Runtime Class Information -->
## 反射运行时类信息
<!-- Dynamic Proxies -->
## 动态代理
<!-- Using Optional -->
## Optional类
<!-- Interfaces and Type -->
## 接口和类型
<!-- Summary -->
## 本章小结
<!-- 分页 -->
<div style="page-break-after: always;"></div>