Returns true if a Collector for the given name exists.
string $name A collector name:
public function has(string $name) : bool { return isset($this->collectors[$name]); }