软件包 | 描述 |
---|---|
java.util |
包含集合框架、遗留的集合类、事件模型、日期和时间的设施、国际化和各种实用工具类(一个字符串标记,一个随机数发生器,和一位阵列)。
|
java.util.spi |
在java.util包类服务提供程序类。
|
Modifier and Type | Method and Description |
---|---|
static ResourceBundle.Control |
ResourceBundle.Control.getControl(List<String> formats)
|
static ResourceBundle.Control |
ResourceBundle.Control.getNoFallbackControl(List<String> formats)
|
Modifier and Type | Method and Description |
---|---|
static ResourceBundle |
ResourceBundle.getBundle(String baseName, Locale targetLocale, ClassLoader loader, ResourceBundle.Control control)
使用指定的基名称、目标区域设置、类装载器和控件返回一个资源包。
|
static ResourceBundle |
ResourceBundle.getBundle(String baseName, Locale targetLocale, ResourceBundle.Control control)
使用指定的基名称、目标区域设置和控件,以及调用方的类加载程序返回资源包。
|
static ResourceBundle |
ResourceBundle.getBundle(String baseName, ResourceBundle.Control control)
使用指定的基名称、默认区域设置和指定控件返回资源包。
|
Modifier and Type | Method and Description |
---|---|
ResourceBundle.Control |
ResourceBundleControlProvider.getControl(String baseName)
返回一个
ResourceBundle.Control 实例是用来处理资源束为给定的
baseName 加载。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.