Class LazyCollection.FilterIterator

java.lang.Object
org.eclipse.m2m.atl.emftvm.util.LazyCollection.ReadOnlyIterator<E>
LazyCollection<E>.CachingIterator
org.eclipse.m2m.atl.emftvm.util.LazyCollection.FilterIterator
All Implemented Interfaces:
Iterator<E>
Direct Known Subclasses:
LazyCollection.RejectIterator, LazyCollection.SelectIterator
Enclosing class:
LazyCollection<E>

public abstract class LazyCollection.FilterIterator extends LazyCollection<E>.CachingIterator
LazyCollection.ReadOnlyIterator that filters elements from the underlying collection by evaluating a condition function on them.
  • Field Details

    • condition

      protected final CodeBlock condition
    • parentFrame

      protected final StackFrame parentFrame
    • next

      protected E next
    • nextSet

      protected boolean nextSet
    • nextIncluded

      protected boolean nextIncluded
  • Constructor Details

  • Method Details