Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
E
G
H
M
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.
VendingMachine(int, int)
- Constructor for class helper.
VendingMachine
Constructs a vending machine with the passed value of cansOfPop and the passed value of bagsOfChips.
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
E
G
H
M
S
T
V