Class BindingSetHashKey

java.lang.Object
org.eclipse.rdf4j.query.algebra.evaluation.iterator.BindingSetHashKey
All Implemented Interfaces:
Serializable

public class BindingSetHashKey extends Object implements Serializable
Compact and efficient representation of a binding set for use as a key in hash maps.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • EMPTY

      public static final BindingSetHashKey EMPTY
    • values

      private final Value[] values
    • hashcode

      private transient int hashcode
  • Constructor Details

    • BindingSetHashKey

      private BindingSetHashKey(Value[] values)
  • Method Details