Uses of Record Class
org.episteme.social.history.HistoricalCurrencyConverter.Currency
Packages that use HistoricalCurrencyConverter.Currency
-
Uses of HistoricalCurrencyConverter.Currency in org.episteme.social.history
Methods in org.episteme.social.history that return HistoricalCurrencyConverter.CurrencyModifier and TypeMethodDescriptionHistoricalCurrencyConverter.ExchangeRate.from()Returns the value of thefromrecord component.HistoricalCurrencyConverter.ExchangeRate.to()Returns the value of thetorecord component.Methods in org.episteme.social.history that return types with arguments of type HistoricalCurrencyConverter.CurrencyModifier and TypeMethodDescriptionHistoricalCurrencyConverter.getAvailableCurrencies(int year) Returns a list of currencies known to be in circulation during a specific year.Constructors in org.episteme.social.history with parameters of type HistoricalCurrencyConverter.CurrencyModifierConstructorDescriptionExchangeRate(HistoricalCurrencyConverter.Currency from, HistoricalCurrencyConverter.Currency to, int year, double rate) Creates an instance of aExchangeRaterecord class.