Example #1
0
 public function remove()
 {
     $this->set->remove($this->current());
 }
Example #2
0
 public function remove()
 {
     $this->map->remove($this->getKey());
 }