Example #1
0
 /**
  * @param \Iterator $it
  * @param mixed     $key
  * @internal param \Ginq\Core\Comparer $comparer
  */
 public function __construct($it, $key)
 {
     $this->key = $key;
     parent::__construct($it);
 }