Class FilteringIterator<T, I extends Iterator<T>>

java.lang.Object
org.aksw.commons.collections.SinglePrefetchIterator<T>
org.aksw.commons.collections.FilteringIterator<T,I>
All Implemented Interfaces:
Closeable, AutoCloseable, Iterator<T>

public class FilteringIterator<T, I extends Iterator<T>> extends SinglePrefetchIterator<T>