Check whether there are more elements to iterate.
bool True if there are more elements to iterate.
public function valid() : bool { return key($this->container) !== null; }