Skip to content

Commit

Permalink
更新枚举章节子标题
Browse files Browse the repository at this point in the history
  • Loading branch information
lingcoder committed Mar 24, 2019
1 parent 5d097b4 commit 89bb189
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 11 deletions.
22 changes: 11 additions & 11 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,17 +280,17 @@
* [parallelPrefix并行前缀](book/21-Arrays.md#parallelPrefix并行前缀)
* [本章小结](book/21-Arrays.md#本章小结)
* [第二十二章 枚举](book/22-Enumerations.md)
* [](book/22-Enumerations.md#)
* [](book/22-Enumerations.md#)
* [](book/22-Enumerations.md#)
* [](book/22-Enumerations.md#)
* [](book/22-Enumerations.md#)
* [](book/22-Enumerations.md#)
* [](book/22-Enumerations.md#)
* [](book/22-Enumerations.md#)
* [](book/22-Enumerations.md#)
* [](book/22-Enumerations.md#)
* [](book/22-Enumerations.md#)
* [基本功能](book/22-Enumerations.md#基本功能)
* [方法添加](book/22-Enumerations.md#方法添加)
* [switch语句](book/22-Enumerations.md#switch语句)
* [values方法](book/22-Enumerations.md#values方法)
* [实现而非继承](book/22-Enumerations.md#实现而非继承)
* [随机选择](book/22-Enumerations.md#随机选择)
* [使用接口组织](book/22-Enumerations.md#使用接口组织)
* [使用EnumSet替代Flags](book/22-Enumerations.md#使用EnumSet替代Flags)
* [使用EnumMap](book/22-Enumerations.md#使用EnumMap)
* [常量特定方法](book/22-Enumerations.md#常量特定方法)
* [多次调度](book/22-Enumerations.md#多次调度)
* [本章小结](book/22-Enumerations.md#本章小结)
* [第二十三章 注解](book/23-Annotations.md)
* [](book/23-Annotations.md#)
Expand Down
51 changes: 51 additions & 0 deletions book/22-Enumerations.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,58 @@
[TOC]

<!-- Enumerations -->
# 第二十二章 枚举


<!-- Basic enum Features -->
## 基本功能


<!-- Adding Methods to an enum -->
## 方法添加


<!-- enums in switch Statements -->
## switch语句


<!-- The Mystery of values() -->
## values方法


<!-- Implements, not Inherits -->
## 实现而非继承


<!-- Random Selection -->
## 随机选择


<!-- Using Interfaces for Organization -->
## 使用接口组织


<!-- Using EnumSet Instead of Flags -->
## 使用EnumSet替代Flags


<!-- Using EnumMap -->
## 使用EnumMap


<!-- Constant-Specific Methods -->
## 常量特定方法


<!-- Multiple Dispatching -->
## 多次调度


<!-- Summary -->
## 本章小结



<!-- 分页 -->

<div style="page-break-after: always;"></div>

0 comments on commit 89bb189

Please sign in to comment.