CachingIterator クラス
導入
...
クラス概要
CachingIterator
CachingIterator
extends
IteratorIterator
implements
OuterIterator
,
Traversable
,
Iterator
,
ArrayAccess
,
Countable
{
/* メソッド */
}目次
- CachingIterator::__construct — Construct a new CachingIterator object for the iterator.
- CachingIterator::count — The number of elements in the iterator
- CachingIterator::current — Return the current element
- CachingIterator::getCache — The getCache purpose
- CachingIterator::getFlags — Get flags used
- CachingIterator::getInnerIterator — Return the innter iterator
- CachingIterator::hasNext — 内部イテレータが有効な次の要素を持つかどうかをチェックする
- CachingIterator::key — Return the key for the current element
- CachingIterator::next — イテレータを前方に移動する
- CachingIterator::offsetExists — The offsetExists purpose
- CachingIterator::offsetGet — The offsetGet purpose
- CachingIterator::offsetSet — The offsetSet purpose
- CachingIterator::offsetUnset — The offsetUnset purpose
- CachingIterator::rewind — イテレータを巻き戻す
- CachingIterator::setFlags — The setFlags purpose
- CachingIterator::__toString — 現在の要素の文字列表現を返す
- CachingIterator::valid — 現在の要素が有効かどうかをチェックする
CachingIterator
There are no user contributed notes for this page.
