On Your Mark
2013年11月25日月曜日
Java 基本 設計(Java)
public interface Hoge { int apply(); } public enum HogeEnum implements Hoge { FOO { public int apply() { return 0; } } BAR { public int apply() { return 1; } } }
QooQ
0 件のコメント:
コメントを投稿