Prado\Collections\TPagedMapIterator::next PHP Метод

next() публичный Метод

This method is required by the interface Iterator.
public next ( )
    public function next()
    {
        $this->_index++;
        $this->_iterator->next();
    }