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