/**
  * key
  *
  * @return integer
  */
 public function key()
 {
     return $this->collection->key();
 }