Uses of Class
org.apache.jena.util.iterator.FilterIterator
Packages that use FilterIterator
Package
Description
A package for defining useful iterators and iterator operations,
including concatenation, mapping, filtering, empty and singleton
iterators, iterator wrappers, and the
ExtendedIterator
class used in many places in Jena.-
Uses of FilterIterator in org.apache.jena.util.iterator
Methods in org.apache.jena.util.iterator that return FilterIteratorModifier and TypeMethodDescriptionNiceIterator.filterDrop(Predicate<T> f) make a new iterator, which is our elements that do not pass the filterNiceIterator.filterKeep(Predicate<T> f) make a new iterator, which is our elements that pass the filter