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

G

gcd(int, int) - Static method in class ca.roumani.i2c.Utility
Determine the GCD (Greatest Common Divisor) of the two passed integers.
get(String) - Method in class ca.roumani.i2c.GlobalCredit
Find the card whose number is passed.
get(int) - Method in class ca.roumani.i2c.Portfolio
Determine the investment in this portfolio with the given index.
getAddress() - Method in class ca.roumani.i2c.Contact
Determine the address of this contact.
getAmortization() - Method in class ca.roumani.i2c.MPro
The amortization accessor.
getAmount() - Method in class ca.roumani.i2c.Trx
Determine the amount of this transaction
getBalance() - Method in class ca.roumani.i2c.CreditCard
Credit card balance accessor.
getBMI(double, String) - Static method in class ca.roumani.i2c.Utility
Compute the body mass index.
getBookValue() - Method in class ca.roumani.i2c.Investment
Determine the book value of the stock held in this investment.
getCapacity() - Method in class ca.roumani.i2c.Portfolio
Determine the capacity of this portfolio.
getCapital() - Method in class ca.roumani.i2c.Country
The capital name accessor.
getCapitals() - Method in class ca.roumani.i2c.CountryDB
The capitals accessor.
getCatalog() - Method in class ca.roumani.i2c.Supplier
Determine the catalog this supplier.
getCent() - Method in class ca.roumani.i2c.Money
An accessor to the cent amount of this money amount.
getCode() - Method in class ca.roumani.i2c.Trx
Determine the code of this transaction
getCoefficient(int) - Method in class ca.roumani.i2c.Equation
Return the coefficient whose number (0,1,2) is passed.
getContact() - Method in class ca.roumani.i2c.Trx
Determine the contact of this transaction
getContacts() - Method in class ca.roumani.i2c.AbstractFoods
Determine the contacts map of this company
getCourseGrade(String) - Method in class ca.roumani.i2c.Student
Determine the grade of this student in the given course.
getData() - Method in class ca.roumani.i2c.CountryDB
The country data accessor.
getDate() - Method in class ca.roumani.i2c.Trx
Determine the date of this transaction
getDelimiter() - Method in class ca.roumani.i2c.Stock
Determine the delimiter of this Stock.
getDenominator() - Method in class ca.roumani.i2c.Fraction
An accessor to the denominator of this fraction.
getDollar() - Method in class ca.roumani.i2c.Money
An accessor to the dollar amount of this money amount.
getExpiry() - Method in class ca.roumani.i2c.Fresh
Determine the expiry date of this Item.
getExpiryDate() - Method in class ca.roumani.i2c.CreditCard
Credit card expiry date accessor.
getFirst() - Method in class ca.roumani.i2c.GlobalCredit
Deprecated.
As of version 4.0, replaced with GlobalCredit.iterator() The base invocation of the forward iterator.
getFirst() - Method in class ca.roumani.i2c.Portfolio
Deprecated.
As of version 4.0, replaced with Portfolio.iterator() Determine the first investment in this portfolio. This method should be invoked first whenever you intend to traverse the contents of the portfolio. If a non-null was returned, repeated invocations of Portfolio.getNext() will return the remaining investments in this portfolio until a null is returned.
getFirstCourse() - Method in class ca.roumani.i2c.Student
Deprecated.
As of version 4.0, replaced with Student.iterator() Determine the first course in the record of this student.
getGpa() - Method in class ca.roumani.i2c.ITstudent
Determine the grade-point-average (GPA) of this student.
getGpa() - Method in class ca.roumani.i2c.Student
Determine the grade-point-average (GPA) of this student.
getID() - Method in class ca.roumani.i2c.Student
Determine the ID of this student.
getInterest() - Method in class ca.roumani.i2c.MPro
The interest accessor.
getInventory() - Method in class ca.roumani.i2c.AbstractFoods
Determine the inventory map of this company
getIssueDate() - Method in class ca.roumani.i2c.CreditCard
Credit card issue date accessor.
getItem() - Method in class ca.roumani.i2c.Trx
Determine the item of this transaction
getJournal() - Method in class ca.roumani.i2c.AbstractFoods
Determine the transaction list of this company
getLastContactNumber() - Static method in class ca.roumani.i2c.Contact
Determine the number of the last-constructed contact.
getLimit() - Method in class ca.roumani.i2c.CreditCard
Credit card limit accessor.
getName() - Method in class ca.roumani.i2c.Contact
Determine the name of this contact.
getName() - Method in class ca.roumani.i2c.Country
The country name accessor.
getName() - Method in class ca.roumani.i2c.CreditCard
Credit card holder accessor.
getName() - Method in class ca.roumani.i2c.Item
Determine the name of this item.
getName() - Method in class ca.roumani.i2c.Portfolio
Determine the name of this portfolio.
getName() - Method in class ca.roumani.i2c.Stock
Determine the name of this Stock as listed on the exchange.
getName() - Method in class ca.roumani.i2c.Student
Determine the name of this student.
getNext() - Method in class ca.roumani.i2c.GlobalCredit
Deprecated.
As of version 4.0, replaced with GlobalCredit.iterator() Follow up invocation of the forward iterator.
getNext() - Method in class ca.roumani.i2c.Portfolio
Deprecated.
As of version 4.0, replaced with Portfolio.iterator() Determine the next investment in this portfolio. The method should be invoked only if Portfolio.getFirst() has already been invoked and a non-null was returned.
getNextCourse() - Method in class ca.roumani.i2c.Student
Deprecated.
As of version 4.0, replaced with Student.iterator() Determine the next course in the record of this student. It is assumed a prior invocation of getFirstCourse was made and that it produced a non-null return. In order to browse through all courses taken, start by invoking getFirstCourse to get the first course number or null (if the student has not taken any course yet). If you do get a non-null return, keep invoking getNextCourse to get all the other courses in the record until a null is returned, indicating no more courses.
getNumber() - Method in class ca.roumani.i2c.Contact
Determine the number of this contact.
getNumber() - Method in class ca.roumani.i2c.CreditCard
Credit card number accessor.
getNumber() - Method in class ca.roumani.i2c.Item
Determine the number of this item.
getNumerator() - Method in class ca.roumani.i2c.Fraction
An accessor to the numerator of this fraction.
getPointBalance() - Method in class ca.roumani.i2c.RewardCard
Return the number of reward points accumulated on this reward card.
getPop() - Method in class ca.roumani.i2c.Country
The population accessor.
getPrice() - Method in class ca.roumani.i2c.Stock
Determine the price of this Stock.
getPrinciple() - Method in class ca.roumani.i2c.MPro
The principle accessor.
getProperDenominator() - Method in class ca.roumani.i2c.MixedNumber
An accessor to the proper denominator of this mixed number.
getProperNumerator() - Method in class ca.roumani.i2c.MixedNumber
An accessor to the proper numerator of this mixed number.
getPurchasedQty() - Method in class ca.roumani.i2c.Item
Determine the total number of units purchased from this item.
getPurchases() - Method in class ca.roumani.i2c.Item
Determine the overall purchases amount of this item.
getQty() - Method in class ca.roumani.i2c.Investment
Determine the number of shares held in this investment.
getQty() - Method in class ca.roumani.i2c.Trx
Determine the quantity of this transaction
getRandom() - Static method in class ca.roumani.i2c.AbstractFoods
Create a randomly chosen Abstract Foods Company.
getRandom() - Static method in class ca.roumani.i2c.Fraction
Create a random fraction.
getRandom() - Static method in class ca.roumani.i2c.GlobalCredit
Create a randomly chosen GCC.
getRandom(boolean) - Static method in class ca.roumani.i2c.GlobalCredit
Create a randomly chosen GCC.
getRandom() - Static method in class ca.roumani.i2c.Investment
Create a random investment.
getRandom() - Static method in class ca.roumani.i2c.MixedNumber
Create a random mixed number with a randomly selected sign and with a whole part, proper numerator, and denominator uniformly distributed in [0,1000) (but no zero-denominator mixed number is generated).
getRandom() - Static method in class ca.roumani.i2c.Money
Create a random fraction.
getRandom() - Static method in class ca.roumani.i2c.Portfolio
Create a randomly chosen portfolio.
getRandom(boolean) - Static method in class ca.roumani.i2c.Portfolio
Create a randomly chosen portfolio.
getRandom() - Static method in class ca.roumani.i2c.Student
Create a randomly chosen student.
getRandom(boolean) - Static method in class ca.roumani.i2c.Student
Create a random student having a random ID, a randomly chosen four-letter name, and a random academic record.
getRating() - Method in class ca.roumani.i2c.Client
Determine the credit rating of this client.
getRef() - Method in class ca.roumani.i2c.Trx
Determine the reference of this transaction
getRoot(int) - Method in class ca.roumani.i2c.Equation
Return the root whose number is passed.
getRootCount() - Method in class ca.roumani.i2c.Equation
Return the number of roots that this equation has.
getSales() - Method in class ca.roumani.i2c.Item
Determine the overall sales amount of this item.
getSeparator() - Method in class ca.roumani.i2c.Fraction
An accessor to the separator of this fraction.
getSign() - Method in class ca.roumani.i2c.MixedNumber
Determine and return the sign of this mixed number.
getSoldQty() - Method in class ca.roumani.i2c.Item
Determine the total number of units sold from this item.
getStock() - Method in class ca.roumani.i2c.Investment
Determine the stock held in this investment.
getStock() - Method in class ca.roumani.i2c.Item
Determine the stock quantity of this item.
getSymbol() - Method in class ca.roumani.i2c.Stock
Determine the symbol of this Stock.
getUnitCost() - Method in class ca.roumani.i2c.Item
Determine the cost per unit of this item.
getUnitPrice() - Method in class ca.roumani.i2c.Item
Determine the sale price per unit of this item.
getWhole() - Method in class ca.roumani.i2c.MixedNumber
An accessor to the whole part of this mixed number.
gf(int) - Static method in class ca.roumani.i2c.Utility
Determine the Greatest Factor (GF) of the passed integer.
GlobalCredit - Class in ca.roumani.i2c
This class encapsulates the credit card operations of a Global Credit Centre (GCC), a regional card processing centre of the Global Credit bank.
GlobalCredit(String) - Constructor for class ca.roumani.i2c.GlobalCredit
Construct a GCC having the passed name.
GlobalCredit() - Constructor for class ca.roumani.i2c.GlobalCredit
Construct a GCC having the name "NoName".
A C D E F G H I M N O P R S T U 
Skip navigation links