mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-08-23 22:43:28 +08:00
枚举类型翻译开头
This commit is contained in:
@@ -3,12 +3,16 @@
|
||||
<!-- Enumerations -->
|
||||
# 第二十二章 枚举
|
||||
|
||||
> 关键字enum可以将一组具名的值的有限集合创建为一种新的类型,而这些具名的值可以作为常规的程序组件使用。这是一种非常有用的功能
|
||||
|
||||
|
||||
|
||||
<!-- Basic enum Features -->
|
||||
|
||||
## 基本功能
|
||||
|
||||
|
||||
<!-- Adding Methods to an enum -->
|
||||
|
||||
## 方法添加
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user