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