Interface IClone<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      T clone()
      This method is very similar to the one used by Object except that it returns the real class.
    • Method Detail

      • clone

        T clone()
        This method is very similar to the one used by Object except that it returns the real class.
        Returns:
        a clone of the object