public final class FlatCollectIterator<T,V>
extends java.lang.Object
implements java.util.Iterator<V>
| Constructor and Description |
|---|
FlatCollectIterator(java.lang.Iterable<T> iterable,
com.gs.collections.api.block.function.Function<? super T,? extends java.lang.Iterable<V>> newFunction) |
FlatCollectIterator(java.util.Iterator<T> newIterator,
com.gs.collections.api.block.function.Function<? super T,? extends java.lang.Iterable<V>> newFunction) |