Class BindingSetHashKey
java.lang.Object
org.eclipse.rdf4j.query.algebra.evaluation.iterator.BindingSetHashKey
- All Implemented Interfaces:
Serializable
Compact and efficient representation of a binding set for use as a key in hash maps.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BindingSetHashKey
private int
private static final long
private final Value[]
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BindingSetHashKey
create
(String[] varNames, BindingSet bindings) boolean
int
hashCode()
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
EMPTY
-
values
-
hashcode
private transient int hashcode
-
-
Constructor Details
-
BindingSetHashKey
-
-
Method Details