예제 #1
0
파일: Store.java 프로젝트: hanqi91/tij4
 public Shelf(int nProducts) {
   Generators.fill(this, Product.generator, nProducts);
 }