Class FlatCollectIterator<T,V>
- java.lang.Object
-
- org.eclipse.collections.impl.lazy.iterator.FlatCollectIterator<T,V>
-
- All Implemented Interfaces:
java.util.Iterator<V>
public final class FlatCollectIterator<T,V> extends java.lang.Object implements java.util.Iterator<V>
-
-
Constructor Summary
Constructors Constructor Description FlatCollectIterator(java.lang.Iterable<T> iterable, Function<? super T,? extends java.lang.Iterable<V>> newFunction)
FlatCollectIterator(java.util.Iterator<T> newIterator, Function<? super T,? extends java.lang.Iterable<V>> newFunction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
V
next()
void
remove()
-