public function key() { if (!$this->generator) { $this->rewind(); } return $this->generator->key(); }