Package com.strobel.core
Class CollectionUtilities.WhereSelectIterableIterator<T,R>
java.lang.Object
com.strobel.core.CollectionUtilities.AbstractIterator<R>
com.strobel.core.CollectionUtilities.WhereSelectIterableIterator<T,R>
- Enclosing class:
CollectionUtilities
private static final class CollectionUtilities.WhereSelectIterableIterator<T,R>
extends CollectionUtilities.AbstractIterator<R>
-
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class com.strobel.core.CollectionUtilities.AbstractIterator
next, state, STATE_FINISHED, STATE_HAS_NEXT, STATE_NEED_NEXT, STATE_UNINITIALIZED, threadId
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.strobel.core.CollectionUtilities.AbstractIterator
iterator, next, remove
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
source
-
filter
-
selector
-
iterator
-
-
Constructor Details
-
WhereSelectIterableIterator
-
-
Method Details
-
clone
- Specified by:
clone
in classCollectionUtilities.AbstractIterator<R>
-
hasNext
public boolean hasNext() -
where
-
select
-