Class PathIteration.ValuePair

java.lang.Object
org.eclipse.rdf4j.query.algebra.evaluation.iterator.PathIteration.ValuePair
All Implemented Interfaces:
Serializable, Iterable<Binding>, BindingSet, MutableBindingSet
Enclosing class:
PathIteration

public static class PathIteration.ValuePair extends Object implements MutableBindingSet
A specialized BingingSet that can only hold the start and end values of a Path. Minimizing unneeded memory use, and allows specialization in the sets required to answer this part of a query.
See Also: