Class SelectInstancesOfIterator<T>
java.lang.Object
org.eclipse.collections.impl.lazy.iterator.SelectInstancesOfIterator<T>
- All Implemented Interfaces:
Iterator<T>
-
Constructor Summary
ConstructorsConstructorDescriptionSelectInstancesOfIterator(Iterable<?> iterable, Class<T> clazz) SelectInstancesOfIterator(Iterator<?> iterator, Class<T> clazz) -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining