コード例 #1
0
 /**
  * Constructs a PartitionAsForest
  * with the specified number of elements in its universal set.
  *
  * @param integer $n The size of elements in the universal set.
  */
 public function __construct($n)
 {
     parent::__construct($n);
 }