Interface Cloneable<T>

  • All Superinterfaces:
    Cloneable
    All Known Implementing Classes:
    PdbProperties

    public interface Cloneable<T>
    extends Cloneable
    Typed Cloneable.
    Since:
    2.0.0
    Author:
    Rui Vilao (rui.vilao@feedzai.com)
    • Method Detail

      • clone

        T clone()
        Clones an object.
        Returns:
        The new instance of the object to be cloned.