Produce a copy of this object with its configuration and in its current state. The returned object may be used simply to store the state, or may be used as a similar object starting from the copied state.
()
| 13 | * starting from the copied state. |
| 14 | */ |
| 15 | Memoable copy(); |
| 16 | |
| 17 | /** |
| 18 | * Restore a copied object state into this object. |
no outgoing calls