Class CopyUtils


  • public final class CopyUtils
    extends Object

    Util class defining functions to create copies of other objects.

    Since:
    2.0
    Author:
    Rainer Meindl
    • Method Detail

      • deepCopy

        public static <T> T deepCopy​(T object)
        This method makes a "deep copy" of any object it is given.
        Type Parameters:
        T - type of the object that should be copied
        Parameters:
        object - object to clone
        Returns:
        deep copy of object