Skip navigation links
A C D E F G H I M N O P R S T U 

C

ca.roumani.i2c - package ca.roumani.i2c
 
CEstudent - Class in ca.roumani.i2c
Provide services to maintain information about a CE (computer engineering) student.
CEstudent(String) - Constructor for class ca.roumani.i2c.CEstudent
Create a CE student having the given name, and assigns it a serial 3-digit ID prefixed by "200102" and an empty (fresh) record.
charge(double) - Method in class ca.roumani.i2c.CreditCard
Attempt to charge the passed amount on the credit card (increase its balance by that amount).
charge(double) - Method in class ca.roumani.i2c.RewardCard
Attempt to charge this card.
Client - Class in ca.roumani.i2c
This class encapsulates a client.
Client(String, String, String) - Constructor for class ca.roumani.i2c.Client
Construct a client having the given name, address, and credit rating; and assign a unique number to it.
cloneMe() - Method in class ca.roumani.i2c.Fraction
Copy the state of this object.
cloneMe() - Method in class ca.roumani.i2c.Investment
Copy all attributes of this object.
cloneMe() - Method in class ca.roumani.i2c.Stock
Copy the state of this object.
compareTo(Contact) - Method in class ca.roumani.i2c.Contact
Compares this object with the specified object for order.
compareTo(Fraction) - Method in class ca.roumani.i2c.Fraction
Compare this object with the specified object for order.
compareTo(Item) - Method in class ca.roumani.i2c.Item
Compares this object with the specified object for order.
computePayment(String) - Method in class ca.roumani.i2c.MPro
Compute the monthly payment.
Contact - Class in ca.roumani.i2c
This class encapsulates a contact.
Contact(String, String) - Constructor for class ca.roumani.i2c.Contact
Construct a contact having the given name and address and assign a unique number to it.
Country - Class in ca.roumani.i2c
This class encapsulates a country.
Country(String, String, int) - Constructor for class ca.roumani.i2c.Country
Construct an instance having the given parameters.
CountryDB - Class in ca.roumani.i2c
This class encapsulates a collection of country data (as of 2015) and provides methods to access it in various forms.
CountryDB() - Constructor for class ca.roumani.i2c.CountryDB
Construct an instance of the country data collection.
crash(boolean, String) - Static method in class ca.roumani.i2c.Utility
Test the passed condition and throw an exception if it is true.
credit(double) - Method in class ca.roumani.i2c.CreditCard
Credit the credit card (decrease its balance) by the passed amount.
credit(double) - Method in class ca.roumani.i2c.RewardCard
Credit the credit card (decrease its dollar balance) by the passed amount.
CreditCard - Class in ca.roumani.i2c
This class encapsulates a credit card and maintains information about it.
CreditCard(int, String, double, Date) - Constructor for class ca.roumani.i2c.CreditCard
Construct a credit card having the passed number, name, and credit limit; and set its initial balance to zero.
CreditCard(int, String, double) - Constructor for class ca.roumani.i2c.CreditCard
Construct a credit card having the passed number, holder name, and limit.
CreditCard(int, String) - Constructor for class ca.roumani.i2c.CreditCard
Construct a credit card having the passed number and holder name.
A C D E F G H I M N O P R S T U 
Skip navigation links