Uses of Class
org.eclipse.rdf4j.common.iteration.FilterIteration
-
Packages that use FilterIteration Package Description org.eclipse.rdf4j.common.iteration -
-
Uses of FilterIteration in org.eclipse.rdf4j.common.iteration
Subclasses of FilterIteration in org.eclipse.rdf4j.common.iteration Modifier and Type Class Description classDistinctIteration<E>An Iteration that filters any duplicate elements from an underlying iterator.classIntersectIteration<E>An Iteration that returns the intersection of the results of two Iterations.classMinusIteration<E>An Iteration that returns the results of an Iteration (the left argument) minus the results of another Iteration (the right argument).classOffsetIteration<E>An Iteration that skips the first offset elements from an underlying Iteration.classReducedIteration<E>Removes consecutive duplicates from the object stream.
-