Package | Description |
---|---|
GregBank |
Modifier and Type | Method and Description |
---|---|
BankAccount |
Bank.find(java.lang.String acctNum)
Linear search to find a bank account with a given account number.
|
BankAccount |
Bank.getMaximum()
Gets the bank account with the largest balance.
|
Modifier and Type | Method and Description |
---|---|
void |
Bank.addAccount(BankAccount a)
Adds an account to this bank.
|