private static class Linqy.MappingIterator<F,T>
extends java.lang.Object
implements java.util.Iterator<T>
| Modifier and Type | Field and Description |
|---|---|
private java.util.Iterator<F> |
i |
private Mapper<? super F,T> |
mapper |
| Modifier | Constructor and Description |
|---|---|
private |
MappingIterator(java.util.Iterator<F> i,
Mapper<? super F,T> mapper) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
private final java.util.Iterator<F> i