mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-08-30 11:17:56 +08:00
48 lines
673 B
Markdown
48 lines
673 B
Markdown
[TOC]
|
|
|
|
<!-- Housekeeping -->
|
|
# 第六章 初始化和清理
|
|
|
|
|
|
<!-- Guaranteed Initialization with the Constructor -->
|
|
## 利用构造器保证初始化
|
|
|
|
|
|
<!-- Method Overloading -->
|
|
## 方法重载
|
|
|
|
|
|
<!-- No-arg Constructors -->
|
|
## 无参构造器
|
|
|
|
|
|
<!-- The this Keyword -->
|
|
## this关键字
|
|
|
|
|
|
<!-- Cleanup: Finalization and Garbage Collection -->
|
|
## 垃圾回收器
|
|
|
|
|
|
<!-- Member Initialization -->
|
|
## 成员初始化
|
|
|
|
|
|
<!-- Constructor Initialization -->
|
|
## 构造器初始化
|
|
|
|
|
|
<!-- Array Initialization -->
|
|
## 数组初始化
|
|
|
|
|
|
<!-- Enumerated Types -->
|
|
## 枚举类型
|
|
|
|
|
|
<!-- Summary -->
|
|
## 本章小结
|
|
|
|
|
|
<!-- 分页 -->
|
|
<div style="page-break-after: always;"></div> |