Uses of Class
com.ibm.icu.util.CodePointMap.StringIterator
-
Packages that use CodePointMap.StringIterator Package Description com.ibm.icu.util International calendars and other utility classes. -
-
Uses of CodePointMap.StringIterator in com.ibm.icu.util
Methods in com.ibm.icu.util that return CodePointMap.StringIterator Modifier and Type Method 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.
-