Interface Cloneable<T extends Cloneable<T>>

    • Method Detail

      • getClone

        T getClone()
        Creates and returns a copy of this object.

        The precise meaning of "copy" may depend on the class of the object. The general intent is that, all fields of the object are copied.

        Returns:
        a clone of this object.