接口 | 描述 |
---|---|
AttributedCharacterIterator |
一个
AttributedCharacterIterator 允许通过文字和相关的属性信息迭代。
|
CharacterIterator |
该接口定义了一个用于文本的双向迭代的协议。
|
类 | 描述 |
---|---|
Annotation |
将注释对象作为文本属性值的包装器,如果该属性具有注释特性,则用作该属性值的包装器。
|
AttributedCharacterIterator.Attribute |
定义用于识别文本属性的属性键。
|
AttributedString |
一个attributedstring包含文本和相关的属性信息。
|
Bidi |
这个类实现了Unicode双向算法。
|
BreakIterator |
的
BreakIterator 类实现的方法找到文本边界的位置。
|
ChoiceFormat |
一个
ChoiceFormat 允许你附加格式的数字范围。
|
CollationElementIterator |
的
CollationElementIterator 类作为一个迭代器遍历一个字符串中的每个字符的国际。
|
CollationKey |
一个
CollationKey 代表一个特定的对象
String
Collator 规则下。
|
Collator |
的
Collator 类执行现场
String 比较敏感。
|
DateFormat |
DateFormat 是一个抽象类的子类格式的日期/时间格式化和解析日期或独立于语言的方式时间。
|
DateFormat.Field |
定义常数,作为在
AttributedCharacterIterator 属性的钥匙从
DateFormat.formatToCharacterIterator 作为
FieldPosition 字段标识符返回。
|
DateFormatSymbols |
DateFormatSymbols 是封装可本地化的日期时间格式化数据的公共类,如这几个月的名字,星期几的名称,和时区数据。
|
DecimalFormat |
DecimalFormat 是
NumberFormat 格式小数的一个具体的子类。
|
DecimalFormatSymbols |
这类代表符号集(如小数点分隔符,该分隔符,等等)所需要的
DecimalFormat 格式化数字。
|
FieldPosition |
FieldPosition 是一个简单的类及其子类的
Format 用于识别在格式化输出字段。
|
Format |
Format 是格式化的区域敏感信息,如日期、消息的一个抽象基类,和数字。
|
Format.Field |
定义常数,作为在
AttributedCharacterIterator 属性的钥匙从
Format.formatToCharacterIterator 作为
FieldPosition 字段标识符返回。
|
MessageFormat |
MessageFormat 提供了一种方法,在一个中性的语言方式产生级联邮件。
|
MessageFormat.Field |
定义常数,作为在
AttributedCharacterIterator 返回
MessageFormat.formatToCharacterIterator 属性键。
|
Normalizer |
该类提供的方法
normalize 将Unicode文本为一个组合或分解等价形式,允许更容易的排序和搜索文本。
|
NumberFormat |
NumberFormat 是抽象基类的所有数字格式。
|
NumberFormat.Field |
定义常数,作为在
AttributedCharacterIterator 属性的钥匙从
NumberFormat.formatToCharacterIterator 作为
FieldPosition 字段标识符返回。
|
ParsePosition |
ParsePosition 是一个简单的类及其子类的
Format 用来跟踪当前位置在解析。
|
RuleBasedCollator |
这是
Collator
RuleBasedCollator 类,提供了一个简单的、数据驱动的一个具体子类,表整理。
|
SimpleDateFormat |
SimpleDateFormat 是格式和语言环境敏感的方式解析一个类的具体日期。
|
StringCharacterIterator |
StringCharacterIterator 实现一个
String 的
CharacterIterator 协议。
|
Enum | 描述 |
---|---|
Normalizer.Form |
这个枚举提供四Unicode形式,在
Unicode Standard Annex #15 — Unicode Normalization Forms和描述的方法来访问它们的常数。
|
异常 | 描述 |
---|---|
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.