Uses of Class
eShopper.eShopperIngredient

Uses of eShopperIngredient in eShopper
 

Methods in eShopper with parameters of type eShopperIngredient
 boolean eShopperIngredient.canCombineWith(eShopperIngredient i)
          This decides whether the quantity of this Ingredient can be combined with the quantity of another.
 void eShopperIngredient.combineWith(eShopperIngredient i, boolean largest)
          This combines the quantities of two Ingredients.