mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-08-24 23:13:28 +08:00
58 lines
747 B
Markdown
58 lines
747 B
Markdown
[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> |