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