Package com.ibm.icu.text
Class RuleBasedCollator.UTF16NFDIterator
- java.lang.Object
-
- com.ibm.icu.text.RuleBasedCollator.NFDIterator
-
- com.ibm.icu.text.RuleBasedCollator.UTF16NFDIterator
-
- Direct Known Subclasses:
RuleBasedCollator.FCDUTF16NFDIterator
- Enclosing class:
- RuleBasedCollator
private static class RuleBasedCollator.UTF16NFDIterator extends RuleBasedCollator.NFDIterator
-
-
Constructor Summary
Constructors Constructor Description UTF16NFDIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
nextRawCodePoint()
Returns the next text code point in FCD order.(package private) void
setText(java.lang.CharSequence seq, int start)
-
Methods inherited from class com.ibm.icu.text.RuleBasedCollator.NFDIterator
nextCodePoint, nextDecomposedCodePoint, reset
-
-
-
-
Method Detail
-
setText
void setText(java.lang.CharSequence seq, int start)
-
nextRawCodePoint
protected int nextRawCodePoint()
Description copied from class:RuleBasedCollator.NFDIterator
Returns the next text code point in FCD order. Returns -1 at the end of the text.- Specified by:
nextRawCodePoint
in classRuleBasedCollator.NFDIterator
-
-