コード例 #1
0
ファイル: VendingMachine.java プロジェクト: davidadamojr/osmo
 public void put(String name, int cost) {
   content.add(new Item(name, cost));
 }