Uses of Class
com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
Packages that use CurrencyMetaInfo.CurrencyFilter
-
Uses of CurrencyMetaInfo.CurrencyFilter in com.ibm.icu.impl
Methods in com.ibm.icu.impl with parameters of type CurrencyMetaInfo.CurrencyFilterModifier and TypeMethodDescriptionprivate <T> List<T> ICUCurrencyMetaInfo.collect(ICUCurrencyMetaInfo.Collector<T> collector, CurrencyMetaInfo.CurrencyFilter filter) private <T> voidICUCurrencyMetaInfo.collectRegion(ICUCurrencyMetaInfo.Collector<T> collector, CurrencyMetaInfo.CurrencyFilter filter, int needed, ICUResourceBundle b) ICUCurrencyMetaInfo.currencies(CurrencyMetaInfo.CurrencyFilter filter) ICUCurrencyMetaInfo.currencyInfo(CurrencyMetaInfo.CurrencyFilter filter) ICUCurrencyMetaInfo.regions(CurrencyMetaInfo.CurrencyFilter filter) -
Uses of CurrencyMetaInfo.CurrencyFilter in com.ibm.icu.text
Fields in com.ibm.icu.text declared as CurrencyMetaInfo.CurrencyFilterModifier and TypeFieldDescriptionprivate static final CurrencyMetaInfo.CurrencyFilterCurrencyMetaInfo.CurrencyFilter.ALLMethods in com.ibm.icu.text that return CurrencyMetaInfo.CurrencyFilterModifier and TypeMethodDescriptionCurrencyMetaInfo.CurrencyFilter.all()Returns a filter that accepts all currency data.CurrencyMetaInfo.CurrencyFilter.now()Returns a filter that accepts all currencies in use as of the current date.CurrencyMetaInfo.CurrencyFilter.onCurrency(String currency) Returns a filter that accepts the given currency.CurrencyMetaInfo.CurrencyFilter.onDate(long date) Returns a filter that accepts all currencies in use on the given date.Returns a filter that accepts all currencies in use on the given date.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.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.Returns a filter that accepts all currencies ever used in the given region.CurrencyMetaInfo.CurrencyFilter.onTender()Returns a CurrencyFilter for finding currencies that were either once used, are used, or will be used as tender.CurrencyMetaInfo.CurrencyFilter.withCurrency(String currency) Returns a copy of this filter, with the specified currency.CurrencyMetaInfo.CurrencyFilter.withDate(long date) Returns a copy of this filter that accepts all currencies in use on the given date.Returns a copy of this filter, with from and to set to the given date.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.withDateRange(Date from, Date to) Returns a copy of this filter, with from and to set to the given dates.CurrencyMetaInfo.CurrencyFilter.withRegion(String region) Returns a copy of this filter, with the specified region.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.Methods in com.ibm.icu.text with parameters of type CurrencyMetaInfo.CurrencyFilterModifier and TypeMethodDescriptionCurrencyMetaInfo.currencies(CurrencyMetaInfo.CurrencyFilter filter) Returns the list of currency codes matching the provided filter.CurrencyMetaInfo.currencyInfo(CurrencyMetaInfo.CurrencyFilter filter) Returns the list of CurrencyInfos matching the provided filter.booleanCurrencyMetaInfo.CurrencyFilter.equals(CurrencyMetaInfo.CurrencyFilter rhs) Type-safe override ofequals(Object).CurrencyMetaInfo.regions(CurrencyMetaInfo.CurrencyFilter filter) Returns the list of region codes matching the provided filter. -
Uses of CurrencyMetaInfo.CurrencyFilter in com.ibm.icu.util
Methods in com.ibm.icu.util with parameters of type CurrencyMetaInfo.CurrencyFilterModifier and TypeMethodDescriptionCurrency.getTenderCurrencies(CurrencyMetaInfo.CurrencyFilter filter) Returns the list of remaining tender currencies after a filter is applied.