Uses of Class
org.eclipse.rdf4j.common.iteration.QueueIteration
-
Packages that use QueueIteration Package Description org.eclipse.rdf4j.query.impl -
-
Uses of QueueIteration in org.eclipse.rdf4j.query.impl
Subclasses of QueueIteration in org.eclipse.rdf4j.query.impl Modifier and Type Class Description class
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.
-