Ejemplo n.º 1
0
 /**
  * The number of interactors in the map
  *
  * @return int
  */
 public function count()
 {
     return $this->map->count();
 }