Deep copies the given object.
mixed $object:
mixed
public function copy($object) { $this->hashMap = []; return $this->recursiveCopy($object); }