Performs a deep copy of this instance and returns the copy. @return a deep copy of this instance.
()
| 65 | * @return a deep copy of this instance. |
| 66 | */ |
| 67 | T deepCopy(); |
| 68 | |
| 69 | /** |
| 70 | * Return to the state of having just been initialized, as though you had just called the default |
no outgoing calls