A E G H I S T V

V

valueEquals(VendingMachine) - Method in class helper.VendingMachine
Checks whether the value of the contents of this vending machine is equal to the value of the contents of the passed vending machine
VendingMachine - Class in helper
This class encapsulates a vending bank that can hold bags of chips and cans of pop (no other type of food).
VendingMachine() - Constructor for class helper.VendingMachine
Constructs a default vending machine with the value of cansOfPop as 0 and the number of bagsOfChips as 0.

A E G H I S T V