Uses of Class
com.ibm.icu.impl.RuleCharacterIterator.Position
Packages that use RuleCharacterIterator.Position
-
Uses of RuleCharacterIterator.Position in com.ibm.icu.impl
Methods in com.ibm.icu.impl that return RuleCharacterIterator.PositionModifier and TypeMethodDescriptionRuleCharacterIterator.getPos(RuleCharacterIterator.Position p) Returns an object which, when later passed to setPos(), will restore this iterator's position.Methods in com.ibm.icu.impl with parameters of type RuleCharacterIterator.PositionModifier and TypeMethodDescriptionRuleCharacterIterator.getPos(RuleCharacterIterator.Position p) Returns an object which, when later passed to setPos(), will restore this iterator's position.voidRuleCharacterIterator.setPos(RuleCharacterIterator.Position p) Restores this iterator to the position it had when getPos() returned the given object.