Prado\Collections\TQueueIterator::current PHP Method

current() public method

This method is required by the interface Iterator.
public current ( ) : mixed
return mixed the current array item
    public function current()
    {
        return $this->_d[$this->_i];
    }