コード例 #1
0
ファイル: Store.java プロジェクト: hanqi91/tij4
 public Shelf(int nProducts) {
   Generators.fill(this, Product.generator, nProducts);
 }