Uses of Class
foodManagement.SortedListOfImmutables

Uses of SortedListOfImmutables in foodManagement
 

Methods in foodManagement that return SortedListOfImmutables
 SortedListOfImmutables Entree.getFoodList()
          Getter for FoodList for this entree.
 SortedListOfImmutables Restaurant.getInventory()
          Getter for the inventory.
 SortedListOfImmutables Restaurant.getMenu()
          Getter for the menu.
 

Methods in foodManagement with parameters of type SortedListOfImmutables
 void SortedListOfImmutables.add(SortedListOfImmutables listToAdd)
          Adds an entire list of items to the current list, maintaining the alphabetical ordering of the list by the names of the items.
 boolean Restaurant.addShipmentToInventory(SortedListOfImmutables list)
          Adds the specified list of food items to the inventory.
 boolean SortedListOfImmutables.checkAvailability(SortedListOfImmutables listToCheck)
          Checks if a list of items is contained in the current list.
 void SortedListOfImmutables.remove(SortedListOfImmutables listToRemove)
          Removes an entire list of items from the current list.
 

Constructors in foodManagement with parameters of type SortedListOfImmutables
Entree(java.lang.String nameIn, SortedListOfImmutables foodListIn)
          Standard constructor.
SortedListOfImmutables(SortedListOfImmutables other)
          Copy constructor.
 



Web Accessibility