Uses of Class
java.text.CollationKey
-
Packages that use CollationKey 软件包 描述 java.text 提供用于以独立于自然语言的方式处理文本,日期,数字和消息的类和接口。 -
-
Uses of CollationKey in java.text
Methods in java.text that return CollationKey Modifier and Type 方法 描述 abstract CollationKey
Collator. getCollationKey(String source)
将String转换成可以与其他CollationKeys进行比较的一系列位。CollationKey
RuleBasedCollator. getCollationKey(String source)
将字符串转换成可以与CollationKey.compareTo进行比较的一系列字符。Methods in java.text with parameters of type CollationKey Modifier and Type 方法 描述 abstract int
CollationKey. compareTo(CollationKey target)
将此CollationKey与目标CollationKey进行比较。
-