Example #1
0
 public Shelf(int nProducts) {
   Generators.fill(this, Product.generator, nProducts);
 }