Jyxo\Spl\MapIterator::next PHP Method

next() public method

Advances the internal pointer.
public next ( )
    public function next()
    {
        $this->iterator->next();
    }