Class SelectInstancesOfIterator<T>
- java.lang.Object
-
- org.eclipse.collections.impl.lazy.iterator.SelectInstancesOfIterator<T>
-
-
Constructor Summary
Constructors Constructor Description SelectInstancesOfIterator(Iterable<?> iterable, Class<T> clazz)SelectInstancesOfIterator(Iterator<?> iterator, Class<T> clazz)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Tnext()voidremove()-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-