Interface PublicCloneable

    • Method Detail

      • clone

        java.lang.Object clone()
                        throws java.lang.CloneNotSupportedException
        Returns a clone of the object.
        Returns:
        A clone.
        Throws:
        java.lang.CloneNotSupportedException - if cloning is not supported for some reason.