软件包 | 描述 |
---|---|
java.text |
提供用于处理独立于自然语言的方式处理文本、日期、数字和消息的类和接口。
|
java.text.spi |
在java.text包类服务提供程序类。
|
Modifier and Type | Class and Description |
---|---|
class |
RuleBasedCollator
这是
Collator
RuleBasedCollator 类,提供了一个简单的、数据驱动的一个具体子类,表整理。
|
Modifier and Type | Method and Description |
---|---|
static Collator |
Collator.getInstance()
被整理为当前默认的区域设置。
|
static Collator |
Collator.getInstance(Locale desiredLocale)
获取所需的现场整理。
|
Modifier and Type | Method and Description |
---|---|
abstract Collator |
CollatorProvider.getInstance(Locale locale)
返回指定区域设置一个新的
Collator 实例。
|
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.