Overrides MapInterface::containsKey
public function containsKey(int|string $key) : bool { return array_key_exists($key, $this->data); }