<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    java 5 中的enum的深入學習心得

    The full enum syntax actually provides quite a bit more power and flexibility:
    
    • You can define your own fields, methods, and constructors for the enumerated type.

    • If you define one or more constructors, you can invoke a constructor for each enumerated value by following the value name with constructor arguments in parentheses.

    • Although an enum may not extend anything, it may implement one or more interfaces.

    • Most esoterically, individual enumerated values can have their own class bodies that override methods defined by the type.

    Rather than formally specifying the syntax for each of these advanced enum declarations, we'll demonstrate the syntax in the examples that follow.

     
    for example:
     
    public enum Prefix {
    // These are the values of this enumerated type.
    // Each one is followed by constructor arguments in parentheses.
    // The values are separated from each other by commas, and the
    // list of values is terminated with a semicolon to separate it from
    // the class body that follows.
    MILLI("m",    .001),
    CENTI("c",    .01),
    DECI("d",     .1),
    DECA("D",   10.0),
    HECTA("h", 100.0),
    KILO("k", 1000.0);  // Note semicolon
    // This is the constructor invoked for each value above.
    Prefix(String abbrev, double multiplier) {
    this.abbrev = abbrev;
    this.multiplier = multiplier;
    }
    // These are the private fields set by the constructor
    private String abbrev;
    private double multiplier;
    // These are accessor methods for the fields.  They are instance methods
    // of each value of the enumerated type.
    public String abbrev() { return abbrev; }
    public double multiplier() { return multiplier; }
    }

    posted on 2007-12-06 10:55 劉錚 閱讀(442) 評論(0)  編輯  收藏 所屬分類: JAVA General

    <2025年7月>
    293012345
    6789101112
    13141516171819
    20212223242526
    272829303112
    3456789

    導航

    統計

    留言簿(1)

    文章分類(141)

    文章檔案(147)

    搜索

    最新評論

    主站蜘蛛池模板: 亚洲an日韩专区在线| 青娱乐在线免费观看视频| 亚洲免费福利视频| 亚洲国产精品无码久久九九大片 | 日本亚洲成高清一区二区三区| 久久精品免费观看国产| 国产日本亚洲一区二区三区| 亚洲国产婷婷香蕉久久久久久| 久99久精品免费视频热77| 亚洲成a人片在线观看天堂无码| 亚洲一区二区三区影院| 国产美女在线精品免费观看| 一级**爱片免费视频| 亚洲一区二区三区久久| 久久青青草原亚洲av无码| 青青在线久青草免费观看| 亚洲色图视频在线观看| 国产一级特黄高清免费大片| 最近的中文字幕大全免费8| 高潮毛片无遮挡高清免费视频| 久久久久久亚洲精品成人| 亚洲福利精品电影在线观看| 国产又大又粗又长免费视频| 日本一线a视频免费观看| a毛片免费播放全部完整| 日韩亚洲一区二区三区| 韩国18福利视频免费观看| 最近中文字幕免费2019| 一级免费黄色大片| 亚洲午夜精品久久久久久app | 亚洲国语精品自产拍在线观看| 免费看无码特级毛片| 亚洲AV无码一区二区三区牲色 | 天天影院成人免费观看| 国产成人高清精品免费观看| 国产亚洲精品a在线观看app| 免费一级毛片在播放视频| 最近最新MV在线观看免费高清 | 久久99免费视频| 狼色精品人妻在线视频免费| 亚洲熟女精品中文字幕|