Class GroupIterator.Key
- java.lang.Object
-
- org.eclipse.rdf4j.query.algebra.evaluation.iterator.GroupIterator.Key
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- GroupIterator
protected class GroupIterator.Key extends Object implements Serializable
A unique key for a set of existing bindings.- Author:
- David Huynh
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Key(BindingSet bindingSet)
Key(BindingSet bindingSet, int hash)
-
-
-
Constructor Detail
-
Key
public Key(BindingSet bindingSet)
-
Key
public Key(BindingSet bindingSet, int hash)
-
-