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