All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.cnri.util.DeepClone Maven / Gradle / Ivy

Go to download

CNRI Handle.net Software (Permission granted for redistribution by Giridhar Manepalli at CNRI)

There is a newer version: 9.2.0.v20190814
Show newest version
/**********************************************************************\
 © COPYRIGHT 2019 Corporation for National Research Initiatives (CNRI);
                        All rights reserved.

        The HANDLE.NET software is made available subject to the
      Handle.Net Public License Agreement, which may be obtained at
         http://hdl.handle.net/20.1000/112 or hdl:20.1000/112
\**********************************************************************/

package net.cnri.util;

/** Interface implemented by objects that can clone themselves as well as
 * all of the objects contained within them (as long as they also implement
 * the DeepClone interface).
 */
public interface DeepClone {

    public Object deepClone();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy