Class FilterIterator<U,T>

java.lang.Object
fr.inria.rules.integraal.util.stream.filter.FilterIterator<U,T>
Type Parameters:
U - type of the initial elements
T - type of the result elements
All Implemented Interfaces:
CloseableIterator<T>, Closeable, AutoCloseable
Direct Known Subclasses:
FilterIteratorWithoutException

public class FilterIterator<U,T> extends Object implements CloseableIterator<T>
Wraps an iterator to apply a filter during iteration.
Author:
Florent Tornil