rcrowe\Hippy\Queue::next PHP Method

next() public method

Moves the current position to the next queue.
public next ( ) : void
return void
    public function next()
    {
        next($this->container);
    }