Uses of Class
java.text.CollationElementIterator
-
Packages that use CollationElementIterator 软件包 描述 java.text 提供用于以独立于自然语言的方式处理文本,日期,数字和消息的类和接口。 -
-
Uses of CollationElementIterator in java.text
Methods in java.text that return CollationElementIterator Modifier and Type 方法 描述 CollationElementIteratorRuleBasedCollator. getCollationElementIterator(String source)返回给定String的CollationElementIterator。CollationElementIteratorRuleBasedCollator. getCollationElementIterator(CharacterIterator source)返回给定CharacterIterator的CollationElementIterator。
-