enums 中文意思是什麼

enums 解釋
枚舉
  1. Native enums now allow you to specify the underlying type

    本機枚舉現在允許指定基礎類型。
  2. Avoid providing explicit values for enums

    避免對枚舉提供明確的值。
  3. Discusses changes in the declaration and behavior of enums

    討論枚舉的聲明和行為中的更改。
  4. Arrays of primitives and enums

    基元和枚舉的數組
  5. Type color used for enums

    指令的任何方式定義。
  6. User types enums

    用戶類型(枚舉)
  7. Icons identify hierarchical structures employed within your projects, such as namespaces, types, interfaces, enums, and classes

    圖標用於標識項目中使用的分層結構,如命名空間、類型、介面、枚舉和類。
  8. The aspect itself has been designed to show off a number of the java 5 and or aspectj 5 language features, including enums, annotations, new - style

    方面本身被設計成可以表現許多java 5和aspectj 5語言的特性,包括枚舉、注釋、新風格的
  9. Only integrals and enums that are static and const can have initializers inside a class ; the initializing expression must be a const expression

    只有為static且為const的整型和枚舉可以在類內有初始值設定項;初始化表達式必須是常數表達式。
  10. Assigning additional values new versions of enums, or changing the values of the enum members in a new version, can cause problems for dependant source code

    如果給新版本的枚舉賦其他值,或者更改新版本中枚舉成員的值,可能引起相關源代碼的問題。
分享友人