接口 | 描述 |
---|---|
AttributedCharacterIterator |
AttributedCharacterIterator 允许通过文本和相关属性信息进行迭代。
|
CharacterIterator |
该接口定义了一种用于文本双向迭代的协议。
|
类 | 描述 |
---|---|
Annotation |
如果属性具有注释特征,则Annotation对象用作文本属性值的包装器。
|
AttributedCharacterIterator.Attribute |
定义用于标识文本属性的属性键。
|
AttributedString |
AttributedString保存文本和相关属性信息。
|
Bidi |
该类实现了Unicode双向算法。
|
BreakIterator |
BreakIterator 类实现了在文本中查找边界位置的方法。
|
ChoiceFormat |
A
ChoiceFormat 允许您将格式附加到一系列数字。
|
CollationElementIterator |
CollationElementIterator 类用作遍历国际字符串的每个字符的迭代器。
|
CollationKey |
甲
CollationKey 表示
String 下一个特定的规则
Collator 对象。
|
Collator |
Collator 类执行区域设置敏感
String 比较。
|
DateFormat |
DateFormat 是日期/时间格式化子类的抽象类,它以语言无关的方式格式化和分析日期或时间。
|
DateFormat.Field |
定义在
AttributedCharacterIterator 返回的
DateFormat.formatToCharacterIterator 中用作属性键的
AttributedCharacterIterator ,以及FieldPosition中的字段
FieldPosition 。
|
DateFormatSymbols |
DateFormatSymbols 是用于封装可本地化的日期时间格式化数据的公共类,例如月份名称,一周中的日期名称和时区数据。
|
DecimalFormat |
DecimalFormat 是格式为十进制数的
NumberFormat 的具体子类。
|
DecimalFormatSymbols |
此类表示
DecimalFormat 格式化数字所需的符号集(如小数分隔符,分组分隔符等)。
|
FieldPosition |
FieldPosition 是由
Format 及其子类使用的简单类,用于标识格式化输出中的字段。
|
Format |
Format 是用于格式化区域设置敏感信息(如日期,消息和数字)的抽象基类。
|
Format.Field |
定义在
AttributedCharacterIterator 返回的
Format.formatToCharacterIterator 中用作属性键的
AttributedCharacterIterator ,以及FieldPosition中的字段
FieldPosition 。
|
MessageFormat |
MessageFormat 提供了一种以语言中立的方式产生级联消息的方法。
|
MessageFormat.Field |
定义在
AttributedCharacterIterator 返回的
MessageFormat.formatToCharacterIterator 中用作属性键的
MessageFormat.formatToCharacterIterator 。
|
Normalizer |
该类提供了将Unicode文本转换为等效的组合或分解形式的方法
normalize ,允许更容易地对文本进行排序和搜索。
|
NumberFormat |
NumberFormat 是所有数字格式的抽象基类。
|
NumberFormat.Field |
定义在
AttributedCharacterIterator 返回的
NumberFormat.formatToCharacterIterator 中用作属性键的
AttributedCharacterIterator ,以及FieldPosition中的字段
FieldPosition 。
|
ParsePosition |
ParsePosition 是一个简单的类,由
Format 及其子类用于跟踪解析过程中的当前位置。
|
RuleBasedCollator |
所述
RuleBasedCollator 类是的具体子类
Collator ,提供了一个简单的,数据驱动的表collator。
|
SimpleDateFormat |
SimpleDateFormat 是一个具体的类,用于以区域设置敏感的方式格式化和解析日期。
|
StringCharacterIterator |
StringCharacterIterator 实现
CharacterIterator 协议为
String 。
|
Enum | 描述 |
---|---|
Normalizer.Form |
此枚举提供了Unicode Standard Annex #15 — Unicode Normalization Forms中描述的四种Unicode归一化形式的
常量和两种访问它们的方法。
|
异常 | 描述 |
---|---|
ParseException |
表示解析时意外出现错误。
|
这些类能够格式化日期,数字和消息,解析; 搜索和排序字符串; 并对字符,单词,句子和换行符进行迭代。 此包包含三个主要的类和接口组:
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.