Iterator interface.| Class | Description |
|---|---|
| ChunkIterator<T> | |
| CollectIterator<T,V> | |
| DistinctIterator<T> | |
| DropIterator<T> | Deprecated.
in 8.0.
|
| 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.
|
| TakeWhileIterator<T> |
Iterates over the elements of the iterator until predicate returns false.
|
| TapIterator<T> | |
| ZipIterator<X,Y> | |
| ZipWithIndexIterator<T> |
Copyright © 2004–2020. All rights reserved.