Uses of Class
com.ibm.icu.util.ValueIterator.Element
-
Packages that use ValueIterator.Element Package Description com.ibm.icu.lang com.ibm.icu.util -
-
Uses of ValueIterator.Element in com.ibm.icu.lang
Methods in com.ibm.icu.lang with parameters of type ValueIterator.Element Modifier and Type Method Description private boolean
UCharacterNameIterator. iterateExtended(ValueIterator.Element result, int limit)
Iterate extended names.private boolean
UCharacterNameIterator. iterateGroup(ValueIterator.Element result, int limit)
Group name iteration, iterate all the names in the current 32-group and returns the first codepoint that has a valid name.private boolean
UCharacterNameIterator. iterateSingleGroup(ValueIterator.Element result, int limit)
Group name iteration, iterate all the names in the current 32-group and returns the first codepoint that has a valid name.boolean
UCharacter.DummyValueIterator. next(ValueIterator.Element element)
boolean
UCharacterNameIterator. next(ValueIterator.Element element)
Gets the next result for this iteration and returns true if we are not at the end of the iteration, false otherwise. -
Uses of ValueIterator.Element in com.ibm.icu.util
Methods in com.ibm.icu.util with parameters of type ValueIterator.Element Modifier and Type Method Description boolean
ValueIterator. next(ValueIterator.Element element)
Returns the next result for this iteration and returns true if we are not at the end of the iteration, false otherwise.
-