Prado\Collections\TMap::getIterator PHP Method

getIterator() public method

This method is required by the interface \IteratorAggregate.
public getIterator ( ) : Iterator
return Iterator an iterator for traversing the items in the list.
    public function getIterator()
    {
        return new \ArrayIterator($this->_d);
    }