Package org.apache.iceberg.io
Class FilterIterator<T>
java.lang.Object
org.apache.iceberg.io.FilterIterator<T>
- Type Parameters:
T
- the type of objects produced by this Iterator
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Iterator<T>
,CloseableIterator<T>
An Iterator that filters another Iterator.
-
Constructor Details
-
FilterIterator
-
-
Method Details