Uses of Class
org.eclipse.rdf4j.query.algebra.evaluation.iterator.PathIteration.ValuePair
-
Packages that use PathIteration.ValuePair Package Description org.eclipse.rdf4j.query.algebra.evaluation.iterator Implementations ofIteration
relevant to query evaluation. -
-
Uses of PathIteration.ValuePair in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Methods in org.eclipse.rdf4j.query.algebra.evaluation.iterator with parameters of type PathIteration.ValuePair Modifier and Type Method Description protected boolean
PathIteration. add(Set<PathIteration.ValuePair> valueSet, PathIteration.ValuePair vp)
protected boolean
PathIteration. addToQueue(Queue<PathIteration.ValuePair> valueQueue2, PathIteration.ValuePair vp)
Method parameters in org.eclipse.rdf4j.query.algebra.evaluation.iterator with type arguments of type PathIteration.ValuePair Modifier and Type Method Description protected boolean
PathIteration. add(Set<PathIteration.ValuePair> valueSet, PathIteration.ValuePair vp)
protected boolean
PathIteration. addToQueue(Queue<PathIteration.ValuePair> valueQueue2, PathIteration.ValuePair vp)
-