As stated in Effective Java Item - 31 (Use instance fields instead of ordinal), there is an alternative solution. You can modify the enum ...
確定! 回上一頁