public static interface UCaseProps.ContextIterator
| Modifier and Type | Method and Description |
|---|---|
int |
next()
Iterate and return the next code point, moving in the direction
determined by the reset() call.
|
void |
reset(int dir)
Reset the iterator for forward or backward iteration.
|
void reset(int dir)
dir - >0: Begin iterating forward from the first code point
after the one that is being case-mapped.
<0: Begin iterating backward from the first code point
before the one that is being case-mapped.int next()