Interface Cloneable

    • Method Detail

      • clone

        Object clone()
        Creates and returns a copy of this object. The precise meaning of "copy" may depend on the class of the object.
        Returns:
        A copy of this object.
        See Also:
        Object.clone()