abstract class FastIteratorBase<T>
A base class for FastIterator instances, that takes implements the default next function based on the abstract fastNext function.
Extended by: ReducerFastIterator<T,R>, ArrayReverseIterator<T>, CollectIterator<T,R>, PrependIterator<T>, FilterPureIterator<T,A>, IndexedIterator<T>, MapApplyIterator<T,A,R>, ZipAllWithItererator<I,F,R>, TransformerFastIterator<T,R>, FilterApplyIterator<T,A>, RepeatIterator<T>, RangeDownIterator, DropWhileIterator<T>, RandomIterator, ZipWithIterator<I,R>, TakeIterator<T>, ArrayIterator_2<T>, RandomIntIterator, MapIterator_2<T,T2>, AlwaysIterator<T>, DropIterator<T>, MapPureIterator<T,A,T2>, ConcatIterator<T>, RangeUpIterator, FilterIterator<T>, AppendIterator<T>, UnfoldIterator<T>
Type parameters
| Name | Description |
|---|---|
| T | undocumented |
Methods
fastNext
undocumented
fastNext