Interface DeepCloneable

    • Method Detail

      • clone

        java.lang.Object clone()
                        throws java.lang.CloneNotSupportedException
        Create a shallow clone of the object
        Throws:
        java.lang.CloneNotSupportedException
      • deepClone

        java.lang.Object deepClone()
                            throws java.lang.UnsupportedOperationException
        Create a deep clone of the object
        Throws:
        java.lang.UnsupportedOperationException