Package nl.vpro.util

Class FilteringIterator<T>

java.lang.Object
nl.vpro.util.FilteringIterator<T>
All Implemented Interfaces:
AutoCloseable, Iterator<T>, CloseableIterator<T>

public class FilteringIterator<T> extends Object implements CloseableIterator<T>
Filtering, or Transforming iterator.
Since:
1.3
Author:
Michiel Meeuwissen