static CurrencyMetaInfo.CurrencyFilter |
CurrencyMetaInfo.CurrencyFilter.all() |
Returns a filter that accepts all currency data.
|
static CurrencyMetaInfo.CurrencyFilter |
CurrencyMetaInfo.CurrencyFilter.now() |
Returns a filter that accepts all currencies in use as of the current date.
|
static CurrencyMetaInfo.CurrencyFilter |
CurrencyMetaInfo.CurrencyFilter.onCurrency(String currency) |
Returns a filter that accepts the given currency.
|
static CurrencyMetaInfo.CurrencyFilter |
CurrencyMetaInfo.CurrencyFilter.onDate(long date) |
Returns a filter that accepts all currencies in use on the given date.
|
static CurrencyMetaInfo.CurrencyFilter |
CurrencyMetaInfo.CurrencyFilter.onDate(Date date) |
Returns a filter that accepts all currencies in use on the given date.
|
static CurrencyMetaInfo.CurrencyFilter |
CurrencyMetaInfo.CurrencyFilter.onDateRange(long from,
long to) |
Returns a filter that accepts all currencies that were in use at some
point between the given dates, or if dates are equal, currencies in
use on that date.
|
static CurrencyMetaInfo.CurrencyFilter |
CurrencyMetaInfo.CurrencyFilter.onDateRange(Date from,
Date to) |
Returns a filter that accepts all currencies that were in use at some point between
the given dates, or if dates are equal, currencies in use on that date.
|
static CurrencyMetaInfo.CurrencyFilter |
CurrencyMetaInfo.CurrencyFilter.onRegion(String region) |
Returns a filter that accepts all currencies ever used in the given region.
|
static CurrencyMetaInfo.CurrencyFilter |
CurrencyMetaInfo.CurrencyFilter.onTender() |
Returns a CurrencyFilter for finding currencies that were either once used,
are used, or will be used as tender.
|
CurrencyMetaInfo.CurrencyFilter |
CurrencyMetaInfo.CurrencyFilter.withCurrency(String currency) |
Returns a copy of this filter, with the specified currency.
|
CurrencyMetaInfo.CurrencyFilter |
CurrencyMetaInfo.CurrencyFilter.withDate(long date) |
Returns a copy of this filter that accepts all currencies in use on
the given date.
|
CurrencyMetaInfo.CurrencyFilter |
CurrencyMetaInfo.CurrencyFilter.withDate(Date date) |
Returns a copy of this filter, with from and to set to the given date.
|
CurrencyMetaInfo.CurrencyFilter |
CurrencyMetaInfo.CurrencyFilter.withDateRange(long from,
long to) |
Returns a copy of this filter that accepts all currencies that were
in use at some point between the given dates, or if dates are equal,
currencies in use on that date.
|
CurrencyMetaInfo.CurrencyFilter |
CurrencyMetaInfo.CurrencyFilter.withDateRange(Date from,
Date to) |
Returns a copy of this filter, with from and to set to the given dates.
|
CurrencyMetaInfo.CurrencyFilter |
CurrencyMetaInfo.CurrencyFilter.withRegion(String region) |
Returns a copy of this filter, with the specified region.
|
CurrencyMetaInfo.CurrencyFilter |
CurrencyMetaInfo.CurrencyFilter.withTender() |
Returns a copy of this filter that filters for currencies that were
either once used, are used, or will be used as tender.
|