Package | Description |
---|---|
com.ibm.icu.util |
International calendars and other utility classes.
|
Modifier and Type | Method and Description |
---|---|
CodePointMap.StringIterator |
CodePointMap.stringIterator(CharSequence s,
int sIndex)
Returns an iterator (not a java.util.Iterator) over code points of a string
for fetching map values.
|
CodePointMap.StringIterator |
CodePointTrie.Fast.stringIterator(CharSequence s,
int sIndex)
Returns an iterator (not a java.util.Iterator) over code points of a string
for fetching map values.
|
CodePointMap.StringIterator |
CodePointTrie.Small.stringIterator(CharSequence s,
int sIndex)
Returns an iterator (not a java.util.Iterator) over code points of a string
for fetching map values.
|
Copyright © 2016 Unicode, Inc. and others.