Uses of Class
com.ibm.icu.impl.RuleCharacterIterator.Position
-
Packages that use RuleCharacterIterator.Position Package Description com.ibm.icu.impl -
-
Uses of RuleCharacterIterator.Position in com.ibm.icu.impl
Methods in com.ibm.icu.impl that return RuleCharacterIterator.Position Modifier and Type Method Description RuleCharacterIterator.Position
RuleCharacterIterator. 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.Position Modifier and Type Method Description RuleCharacterIterator.Position
RuleCharacterIterator. getPos(RuleCharacterIterator.Position p)
Returns an object which, when later passed to setPos(), will restore this iterator's position.void
RuleCharacterIterator. setPos(RuleCharacterIterator.Position p)
Restores this iterator to the position it had when getPos() returned the given object.
-