Prado\Collections\TQueueIterator::next PHP 메소드

next() 공개 메소드

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