Check whether there are more elements to iterate.
bool True if there are more elements to iterate.
public function valid() : bool { return isset($this->container[$this->position]); }