mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-08-23 22:43:28 +08:00
60 lines
854 B
Markdown
60 lines
854 B
Markdown
[TOC]
|
|
|
|
<!-- Inner Classes -->
|
|
# 第十一章 内部类
|
|
|
|
|
|
<!-- Creating Inner Classes -->
|
|
## 创建内部类
|
|
|
|
|
|
<!-- The Link to the Outer Class -->
|
|
## 链接外部类
|
|
|
|
|
|
<!-- Using .this and .new -->
|
|
## 内部类this和new的使用
|
|
|
|
|
|
<!-- Inner Classes and Upcasting -->
|
|
## 内部类向上转型
|
|
|
|
|
|
<!-- Inner Classes in Methods and Scopes -->
|
|
## 内部类方法和作用域
|
|
|
|
|
|
<!-- Anonymous Inner Classes -->
|
|
## 匿名内部类
|
|
|
|
|
|
<!-- Nested Classes -->
|
|
## 嵌套类
|
|
|
|
|
|
<!-- Why Inner Classes? -->
|
|
## 内部类应用场景
|
|
|
|
|
|
<!-- Inheriting from Inner Classes -->
|
|
## 继承内部类
|
|
|
|
|
|
<!-- Can Inner Classes Be Overridden? -->
|
|
## 重写内部类
|
|
|
|
|
|
<!-- Local Inner Classes -->
|
|
## 内部类局部变量
|
|
|
|
|
|
<!-- Inner-Class Identifiers -->
|
|
## 内部类标识符
|
|
|
|
|
|
<!-- Summary -->
|
|
## 本章小结
|
|
|
|
<!-- 分页 -->
|
|
|
|
<div style="page-break-after: always;"></div> |