Uses of Class
com.ibm.icu.util.ValueIterator.Element
Packages that use ValueIterator.Element
-
Uses of ValueIterator.Element in com.ibm.icu.lang
Methods in com.ibm.icu.lang with parameters of type ValueIterator.ElementModifier and TypeMethodDescriptionprivate booleanUCharacterNameIterator.iterateExtended(ValueIterator.Element result, int limit) Iterate extended names.private booleanUCharacterNameIterator.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 booleanUCharacterNameIterator.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.booleanUCharacter.DummyValueIterator.next(ValueIterator.Element element) booleanUCharacterNameIterator.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.ElementModifier and TypeMethodDescriptionbooleanValueIterator.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.