Overrides MapInterface::containsValue
public function containsValue(mixed $value) : bool { return in_array($value, $this->data, true); }