public final class FCDUTF16CollationIterator extends UTF16CollationIterator
limit, pos, seq, startdata, NO_CP_AND_CE32, trie| Constructor and Description |
|---|
FCDUTF16CollationIterator(CollationData d)
Partial constructor, see
CollationIterator.CollationIterator(CollationData). |
FCDUTF16CollationIterator(CollationData data,
boolean numeric,
CharSequence s,
int p) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
backwardNumCodePoints(int num) |
boolean |
equals(Object other) |
protected void |
forwardNumCodePoints(int num) |
int |
getOffset() |
protected long |
handleNextCE32()
Returns the next code point and its local CE32 value.
|
int |
hashCode() |
int |
nextCodePoint()
Returns the next code point (with post-increment).
|
int |
previousCodePoint()
Returns the previous code point (with pre-decrement).
|
void |
resetToOffset(int newOffset)
Resets the iterator state and sets the position to the specified offset.
|
void |
setText(boolean numeric,
CharSequence s,
int p) |
handleGetTrailSurrogateappendCEsFromCE32, clearCEsIfNoneRemaining, fetchCEs, forbidSurrogateCodePoints, getCE, getCE32FromBuilderData, getCEs, getCEsLength, getDataCE32, isLeadSurrogate, isTrailSurrogate, makeCodePointAndCE32Pair, nextCE, previousCE, reset, resetpublic FCDUTF16CollationIterator(CollationData d)
CollationIterator.CollationIterator(CollationData).public FCDUTF16CollationIterator(CollationData data, boolean numeric, CharSequence s, int p)
public boolean equals(Object other)
equals in class UTF16CollationIteratorpublic int hashCode()
hashCode in class UTF16CollationIteratorpublic void resetToOffset(int newOffset)
CollationIteratorresetToOffset in class UTF16CollationIteratorpublic int getOffset()
getOffset in class UTF16CollationIteratorpublic void setText(boolean numeric,
CharSequence s,
int p)
setText in class UTF16CollationIteratorpublic int nextCodePoint()
CollationIteratornextCodePoint in class UTF16CollationIteratorpublic int previousCodePoint()
CollationIteratorpreviousCodePoint in class UTF16CollationIteratorprotected long handleNextCE32()
CollationIteratorhandleNextCE32 in class UTF16CollationIteratorprotected void forwardNumCodePoints(int num)
forwardNumCodePoints in class UTF16CollationIteratorprotected void backwardNumCodePoints(int num)
backwardNumCodePoints in class UTF16CollationIterator