key = $key; $this->data = $data; } public function compare(mixed $data) : int { return $this->data <=> $data; } }