/**
  * Return the key of the current element
  *
  * @return int on success, or null on failure.
  */
 public function key()
 {
     return $this->iterator->key();
 }