/**
  * {@inheritdoc}
  */
 public function findIndex(Closure $p)
 {
     $this->initialize();
     return $this->coll->findIndex($p);
 }