RISC JKU

at.jku.risc.stout.nau.util

Interface DeepCopy<T extends DeepCopy<T>>

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      T deepCopy()
      Returns a deep copy of this object.
    • Method Detail

      • deepCopy

        T deepCopy()
        Returns a deep copy of this object. All the referenced objects will be copied.