/**
  * Construct the Constant Iterator.
  *
  * @param ConstantCollection $collection
  */
 public function __construct($collection)
 {
     parent::__construct($collection);
 }