The java.lang.Enum.clone() method is used to throw CloneNotSupportedException. This guarantees that enums are never cloned, which is necessary to preserve .
確定! 回上一頁