Class QueryBindingSet

java.lang.Object
org.eclipse.rdf4j.query.AbstractBindingSet
org.eclipse.rdf4j.query.algebra.evaluation.QueryBindingSet
All Implemented Interfaces:
Serializable, Iterable<Binding>, BindingSet, MutableBindingSet

public class QueryBindingSet extends AbstractBindingSet implements MutableBindingSet
An implementation of the BindingSet interface that is used to evalate query object models. This implementations differs from MapBindingSet in that it maps variable names to Value objects and that the Binding objects are created lazily.
See Also: