Uses of Class
org.eclipse.rdf4j.common.iteration.LookAheadIteration
-
Packages that use LookAheadIteration Package Description org.eclipse.rdf4j.common.iteration -
-
Uses of LookAheadIteration in org.eclipse.rdf4j.common.iteration
Subclasses of LookAheadIteration in org.eclipse.rdf4j.common.iteration Modifier and Type Class Description classQueueIteration<E,T extends RuntimeException>Makes working with a queue easier by adding the methodsQueueIteration.done()andQueueIteration.toss(Exception)and after converting the Exception to the required type usingQueueIteration.convert(Exception).classUnionIteration<E>An Iteration that returns the bag union of the results of a number of Iterations.
-