public class LeftFlatteningPairIterator<L,R,LL> extends DelegatingMappingIterator<Pair<L,R>,Pair<LL,R>>
iterator
Constructor and Description |
---|
LeftFlatteningPairIterator(java.util.Iterator<Pair<L,R>> iterator,
java.util.function.Function<? super Pair<L,R>,? extends java.lang.Iterable<LL>> mapper) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Pair<LL,R> |
next() |
void |
remove() |