Iterator interface.See: Description
| Class | Description |
|---|---|
| ChunkIterator<T> | |
| CollectIterator<T,V> | |
| DistinctIterator<T> | |
| DropIterator<T> |
Iterates over the elements of the iterator skipping the first count elements or the full iterator if the count is
non-positive.
|
| FlatCollectIterator<T,V> | |
| SelectInstancesOfIterator<T> | |
| SelectIterator<T> | |
| TakeIterator<T> |
Iterates over the first count elements of the iterator or the full size of the iterator
if the count is greater than the length of the receiver.
|
| TapIterator<T> | |
| ZipIterator<X,Y> | |
| ZipWithIndexIterator<T> |
Iterator interface.Copyright © 2004–2016. All rights reserved.