Class ItemShopInventory

All Implemented Interfaces:
Serializable, Cloneable, Map<String,Integer>

public class ItemShopInventory extends ShopInventory<String,Integer>
Represents contents & prices of an item shop.
See Also:
  • Constructor Details

    • ItemShopInventory

      public ItemShopInventory(ShopType shopType, String name)
      creates an ItemShopInventory
      Parameters:
      shopType - type of shop
      name - name of shop
  • Method Details