Prado\Collections\TPagedMapIterator::next PHP Method

next() public method

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