public interface AmountMoneyUsageStatisticsStorage
Currencys in
AmountMoneyPanel which can be used to sort the list of available
currencies.| Modifier and Type | Method and Description |
|---|---|
int |
getUsageCount(org.jscience.economics.money.Currency currency)
Informs how often
currency has been used. |
void |
incrementUsageCount(org.jscience.economics.money.Currency currency)
Increments the usage count of
currency and stores the
information. |
void |
reset(org.jscience.economics.money.Currency currency)
Resets the stored information for
currency. |
int getUsageCount(org.jscience.economics.money.Currency currency)
currency has been used.currency - the currency whose usage count to getvoid incrementUsageCount(org.jscience.economics.money.Currency currency)
throws AmountMoneyUsageStatisticsStorageException
currency and stores the
information.currency - the currency whose usage count to incrementAmountMoneyUsageStatisticsStorageException - if an exception during
saving the changes occursvoid reset(org.jscience.economics.money.Currency currency)
throws AmountMoneyUsageStatisticsStorageException
currency.currency - the currency whose information to resetAmountMoneyUsageStatisticsStorageException - if an exception during
saving the changes occursCopyright © 2018. All rights reserved.