Interface Copyable<T extends Copyable<T>>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      T copy()
      Create a deep copy of the object which does not share any references with the original.
    • Method Detail

      • copy

        T copy()
        Create a deep copy of the object which does not share any references with the original.
        Returns:
        a copy of the object