IntlPartsIterator クラス

はじめに

このクラスのインスタンスは、 IntlBreakIterator から得られます。 break iterator は走査するたびに、 一連の境界の位置を返しますが、 IntlPartsIterator は、ふたつの連続する境界の間で認識されたテキストの断片を提供します。

キーは境界の左側、右側、として表現されるかもしれませんし、 負でない整数値として表現されるだけかもしれません。 IntlBreakIterator::getPartsIterator も参照ください。

クラス概要

IntlPartsIterator
extends IntlIterator
/* 定数 */
public const int IntlPartsIterator::KEY_SEQUENTIAL;
public const int IntlPartsIterator::KEY_LEFT;
public const int IntlPartsIterator::KEY_RIGHT;
/* メソッド */
public IntlBreakIterator IntlPartsIterator::getBreakIterator()
/* 継承したメソッド */
public mixed current()
public mixed key()
public void next()
public void rewind()
public bool valid()

定義済み定数

IntlPartsIterator::KEY_SEQUENTIAL

IntlPartsIterator::KEY_LEFT

IntlPartsIterator::KEY_RIGHT

目次