T
- the source value typeR
- the result value typepublic abstract class IxSourceIterator<T,R> extends IxBaseIterator<R>
Modifier and Type | Field and Description |
---|---|
protected java.util.Iterator<T> |
it
The upstream's iterator.
|
done, hasValue, value
Constructor and Description |
---|
IxSourceIterator(java.util.Iterator<T> it) |
hasNext, moveNext, next, remove