示例#1
0
文件: Store.java 项目: hanqi91/tij4
 public Shelf(int nProducts) {
   Generators.fill(this, Product.generator, nProducts);
 }