Uses of Class
java.util.Currency
-
Packages that use Currency 软件包 描述 java.text 提供用于以独立于自然语言的方式处理文本,日期,数字和消息的类和接口。java.util 包含集合框架,一些国际化支持类,服务加载器,属性,随机数生成,字符串解析和扫描类,base64编码和解码,位数组和几个其他实用程序类。 -
-
Uses of Currency in java.text
Methods in java.text that return Currency 变量和类型 方法 描述 CurrencyDecimalFormat. getCurrency()获取格式化货币值时此十进制格式使用的货币。CurrencyDecimalFormatSymbols. getCurrency()获取这些DecimalFormatSymbols的货币。CurrencyNumberFormat. getCurrency()获取格式化货币值时此数字格式使用的货币。Methods in java.text with parameters of type Currency 变量和类型 方法 描述 voidDecimalFormat. setCurrency(Currency currency)设置货币值格式时设置此数字格式使用的货币。voidDecimalFormatSymbols. setCurrency(Currency currency)设置这些DecimalFormatSymbols的货币。voidNumberFormat. setCurrency(Currency currency)设置货币值格式时设置此数字格式使用的货币。 -
Uses of Currency in java.util
Methods in java.util that return Currency 变量和类型 方法 描述 static CurrencyCurrency. getInstance(String currencyCode)返回给定货币代码的Currency实例。static CurrencyCurrency. getInstance(Locale locale)返回给定语言环境的国家/地区的Currency实例。Methods in java.util that return types with arguments of type Currency 变量和类型 方法 描述 static Set<Currency>Currency. getAvailableCurrencies()获取可用货币的集合。
-