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