Interface Cloner<T>

  • All Known Implementing Classes:
    ClonerNoop

    public interface Cloner<T>
    • Method Detail

      • clone

        T clone​(T obj)
        Clones a given object.
        Parameters:
        obj - The object to clone - may be null.
        Returns:
        the cloned object or null if the input parameter was null.