A C F G I M O P R S T

C

chargeMoney(double) - Method in class ope.shopping.Person
Charges some money from this person.
chargeMoney(double) - Method in class ope.shopping2.Customer
Charges some money from this person.
checkOut() - Method in class ope.shopping.ShoppingCart
Checks out this shopping cart.
checkOut() - Method in class ope.shopping2.Customer
Checks out the person's shopping cart if he or she has sufficient amount of money.
clear() - Method in class ope.shopping.ShoppingCart
Removes all the products from the shopping cart.
clear() - Method in class ope.shopping2.ShoppingCart
Removes all the products from the shopping cart.
clearCart() - Method in class ope.shopping2.Customer
Empties the customer's shopping cart.
countProducts() - Method in class ope.shopping.ShoppingCart
Returns the number of products in this shopping cart.
countProducts() - Method in class ope.shopping2.ShoppingCart
Returns the number of products in this shopping cart.
Customer - Class in ope.shopping2
This class represents a Customer who has a name and some money.
Customer(String) - Constructor for class ope.shopping2.Customer
Creates a new customer object with given name.

A C F G I M O P R S T