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

M

m2FtInch(double) - Static method in class ca.roumani.i2c.Utility
Convert from meters to feet and inches.
main(String[]) - Static method in class ca.roumani.i2c.CountryDB
 
mark() - Static method in class ca.roumani.i2c.Utility
Mark the current time and determine the elapsed time since the last invocation.
MIN_NAME_LENGTH - Static variable in class ca.roumani.i2c.CreditCard
The minimum allowed length for the name of the cardholder.
MixedNumber - Class in ca.roumani.i2c
This class encapsulates a mixed number.
MixedNumber() - Constructor for class ca.roumani.i2c.MixedNumber
Construct a default mixed number with sign +1, whole part equal to 0, numerator equal to zero, and denominator equal to 1.
MixedNumber(MixedNumber) - Constructor for class ca.roumani.i2c.MixedNumber
Construct a copy of the passed mixed number.
MixedNumber(int, int, int, int) - Constructor for class ca.roumani.i2c.MixedNumber
Construct a mixed number having the passed sign, whole part proper numerator, and proper denominator.
MOD - Static variable in class ca.roumani.i2c.CreditCard
The sum of the digits in the credit card number must be divisible by this constant.
Money - Class in ca.roumani.i2c
This class encapsulates an amount of money.
Money() - Constructor for class ca.roumani.i2c.Money
Construct a default money amount of +1 dollar and zero cents.
Money(Money) - Constructor for class ca.roumani.i2c.Money
Construct a copy of the passed Money object.
Money(double) - Constructor for class ca.roumani.i2c.Money
Construct a money amount having the passed real number value.
Money(int, int, int) - Constructor for class ca.roumani.i2c.Money
Construct a money amount having the passed sign, dollar amount, and cent amount.
mortgagePayment(double, double, int) - Static method in class ca.roumani.i2c.Utility
Compute the monthly payment on a mortgage assuming constant payments and constant interest rate.
MPro - Class in ca.roumani.i2c
This class encapsulates a mortgage.
MPro(String, String, String) - Constructor for class ca.roumani.i2c.MPro
Construct an instance having the given principle, amortization, and interest.
MPro(String, String) - Constructor for class ca.roumani.i2c.MPro
Construct an instance having the given principle and interest and a default amortization as set in MPro.AMORT_MAX
MPro() - Constructor for class ca.roumani.i2c.MPro
Construct an instance having zero principle, MPro.AMORT_MIN amortization, and zero interest.
multiply(Fraction) - Method in class ca.roumani.i2c.Fraction
Multiply the fraction on which the method was called by the passed fraction.
A C D E F G H I M N O P R S T U 
Skip navigation links