Uses of Class
com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter

Packages that use CurrencyMetaInfo.CurrencyFilter
com.ibm.icu.text Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping. 
 

Uses of CurrencyMetaInfo.CurrencyFilter in com.ibm.icu.text
 

Methods in com.ibm.icu.text that return CurrencyMetaInfo.CurrencyFilter
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(java.lang.String currency)
          Returns a filter that accepts the given currency.
static CurrencyMetaInfo.CurrencyFilter CurrencyMetaInfo.CurrencyFilter.onDate(java.util.Date date)
          Returns a filter that accepts all currencies in use on the given date.
static CurrencyMetaInfo.CurrencyFilter CurrencyMetaInfo.CurrencyFilter.onRange(java.util.Date from, java.util.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(java.lang.String region)
          Returns a filter that accepts all currencies ever used in the given region.
 CurrencyMetaInfo.CurrencyFilter CurrencyMetaInfo.CurrencyFilter.withCurrency(java.lang.String currency)
          Returns a copy of this filter, with the specified currency.
 CurrencyMetaInfo.CurrencyFilter CurrencyMetaInfo.CurrencyFilter.withDate(java.util.Date date)
          Returns a copy of this filter, with from and to set to the given date.
 CurrencyMetaInfo.CurrencyFilter CurrencyMetaInfo.CurrencyFilter.withRange(java.util.Date from, java.util.Date to)
          Returns a copy of this filter, with from and to set to the given dates.
 CurrencyMetaInfo.CurrencyFilter CurrencyMetaInfo.CurrencyFilter.withRegion(java.lang.String region)
          Returns a copy of this filter, with the specified region.
 

Methods in com.ibm.icu.text with parameters of type CurrencyMetaInfo.CurrencyFilter
 java.util.List<java.lang.String> CurrencyMetaInfo.currencies(CurrencyMetaInfo.CurrencyFilter filter)
          Returns the list of currency codes matching the provided filter.
 java.util.List<CurrencyMetaInfo.CurrencyInfo> CurrencyMetaInfo.currencyInfo(CurrencyMetaInfo.CurrencyFilter filter)
          Returns the list of CurrencyInfos matching the provided filter.
 boolean CurrencyMetaInfo.CurrencyFilter.equals(CurrencyMetaInfo.CurrencyFilter rhs)
          Type-safe override of equals(Object).
 java.util.List<java.lang.String> CurrencyMetaInfo.regions(CurrencyMetaInfo.CurrencyFilter filter)
          Returns the list of region codes matching the provided filter.
 



Copyright (c) 2011 IBM Corporation and others.