/**
  *
  * {@inheritDoc}
  *
  * @see \Nia\Collection\Map\StringMap\MapInterface::has($name)
  */
 public function has(string $name) : bool
 {
     return $this->map->has($name);
 }