Class FedXPathIteration.ValuePair

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

public static class FedXPathIteration.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: