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