Package org.apache.lucene.util
Class FilterIterator<T>
java.lang.Object
org.apache.lucene.util.FilterIterator<T>
- All Implemented Interfaces:
Iterator<T>
An
Iterator implementation that filters elements with a boolean predicate.- See Also: