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
Subclasses of CodePointMap.StringIterator in com.ibm.icu.util Modifier and Type Class Description private class
CodePointTrie.Fast.FastStringIterator
private class
CodePointTrie.Small.SmallStringIterator
Methods in com.ibm.icu.util that return CodePointMap.StringIterator Modifier and Type Method Description CodePointMap.StringIterator
CodePointMap. stringIterator(java.lang.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(java.lang.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(java.lang.CharSequence s, int sIndex)
Returns an iterator (not a java.util.Iterator) over code points of a string for fetching map values.
-