PHP Class Pinq\Iterators\Standard\GroupJoinOnEqualityIterator

Author: Elliot Levin ([email protected])
Inheritance: extends GroupJoinIterator, use trait Pinq\Iterators\Common\JoinOnEqualityIterator
Show file Open project: timetoogo/pinq

Protected Properties

Property Type Description
$innerGroups OrderedMap

Public Methods

Method Description
__construct ( Pinq\Iterators\Standard\IIterator $outerIterator, Pinq\Iterators\Standard\IIterator $innerIterator, callable $traversableFactory, callable $outerKeyFunction, callable $innerKeyFunction )

Protected Methods

Method Description
doRewind ( )
getInnerValuesIterator ( $outerKey, $outerValue )

Method Details

__construct() public method

public __construct ( Pinq\Iterators\Standard\IIterator $outerIterator, Pinq\Iterators\Standard\IIterator $innerIterator, callable $traversableFactory, callable $outerKeyFunction, callable $innerKeyFunction )
$outerIterator Pinq\Iterators\Standard\IIterator
$innerIterator Pinq\Iterators\Standard\IIterator
$traversableFactory callable
$outerKeyFunction callable
$innerKeyFunction callable

doRewind() protected method

protected doRewind ( )

getInnerValuesIterator() protected method

protected getInnerValuesIterator ( $outerKey, $outerValue )

Property Details

$innerGroups protected property

protected OrderedMap,Pinq\Iterators\Standard $innerGroups
return OrderedMap