Uses of Class
org.eclipse.rdf4j.common.iteration.QueueIteration
Packages that use QueueIteration
-
Uses of QueueIteration in org.eclipse.rdf4j.query.impl
Subclasses of QueueIteration in org.eclipse.rdf4j.query.implModifier and TypeClassDescriptionclass
QueueCursor<E>
Makes working with a queue easier by adding the methodsdone()
andtoss(Exception)
and automatically converting the exception into a QueryEvaluationException with an appropriate stack trace.