Constructor and Description |
---|
AccountStorage() |
Modifier and Type | Method and Description |
---|---|
int |
calulateAmountOfAccount(java.lang.String fileName)
Return an int which is the Amount of Accounts in file that stores
Accounts.
|
Account |
getNextAccount()
return an Account type which is the next Account
|