Interface Copyable<T extends Copyable<T>>

  • Type Parameters:
    T - the actual type

    public interface Copyable<T extends Copyable<T>>
    A class that can produce a deep copy of itself.
    • Method Detail

      • copy

        T copy()
        Create a deep copy of this object.
        Returns:
        the copy