Interface Cloneable

  • All Superinterfaces:
    Cloneable

    public interface Cloneable
    extends Cloneable
    This interface is meant to "fix" the usability issues related to the Cloneable method-less interface.
    Author:
    gg/mf 2012.07.12
    • Method Detail

      • clone

        Object clone()
        Create and return a copy of this object as described by the Object.clone() contract.
        Returns:
        a copy of this object