<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 劉錚 閱讀(443) 評論(0)  編輯  收藏 所屬分類: JAVA General

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

    導航

    統計

    留言簿(1)

    文章分類(141)

    文章檔案(147)

    搜索

    最新評論

    主站蜘蛛池模板: 亚洲国产三级在线观看| 亚洲成a人片在线观看老师| 亚洲日本在线看片| 日本在线看片免费| 久久亚洲国产精品| 亚洲AV无码国产精品色午友在线 | 高潮毛片无遮挡高清免费| 日韩中文无码有码免费视频| 亚洲精品久久无码| 四虎免费久久影院| 人人公开免费超级碰碰碰视频 | 可以免费观看的毛片| 久久久久无码精品亚洲日韩| 99久久99久久精品免费观看| 亚洲国产日韩在线| 麻豆国产人免费人成免费视频| 亚洲av色香蕉一区二区三区蜜桃| 波多野结衣中文一区二区免费| 亚洲精品视频免费观看| 亚洲va无码专区国产乱码| 99精品免费观看| 亚洲色精品三区二区一区| 亚洲精品国产精品乱码不卡 | 国产精品久久久久影院免费| 免费无码专区毛片高潮喷水| 67194成是人免费无码| 久久精品国产亚洲av麻| 91九色视频无限观看免费| 亚洲国产精品久久久久| 国产福利在线观看免费第一福利| www亚洲精品久久久乳| 国产亚洲综合色就色| 成年黄网站色大免费全看| 极品色天使在线婷婷天堂亚洲| 亚洲一级特黄大片在线观看| 95老司机免费福利| 国产精品亚洲综合天堂夜夜| 亚洲成a人片77777kkkk| 麻豆成人精品国产免费| 国产午夜无码精品免费看| 亚洲精品无码av片|