Interface ICloneable<DATATYPE>

    • Method Detail

      • getClone

        @Nonnull
        DATATYPE getClone()
        Returns:
        A 100% deep-copy of the implementing class.