The IntlPartsIterator class
IntlPartsIterator
&reftitle.intro;
Objects of this class can be obtained from
IntlBreakIterator objects. While the break
iterators provide a sequence of boundary positions when iterated,
IntlPartsIterator objects provide, as a
convenience, the text fragments comprehended between two successive
boundaries.
The keys may represent the offset of the left boundary, right boundary, or
they may just the sequence of non-negative integers. See
IntlBreakIterator::getPartsIterator.
&reftitle.classsynopsis;
IntlPartsIterator
IntlPartsIterator
extends
IntlIterator
Iterator
Constants
const
integer
IntlPartsIterator::KEY_SEQUENTIAL
0
const
integer
IntlPartsIterator::KEY_LEFT
1
const
integer
IntlPartsIterator::KEY_RIGHT
2
&Methods;
&InheritedMethods;
&reftitle.constants;
IntlPartsIterator::KEY_SEQUENTIAL
IntlPartsIterator::KEY_LEFT
IntlPartsIterator::KEY_RIGHT
&reference.intl.entities.intlpartsiterator;