com.hp.hpl.jena.sparql.engine.binding
Class BindingFixed

java.lang.Object
  extended by com.hp.hpl.jena.sparql.engine.binding.BindingWrapped
      extended by com.hp.hpl.jena.sparql.engine.binding.BindingFixed
All Implemented Interfaces:
Binding

public class BindingFixed
extends BindingWrapped

A binding that is fixed - used in calculating DISTINCT result sets. .hashCode and .equals are overridden for content equality semantics (where "equality" means Node.equals, not Node.sameValueAs).


Constructor Summary
BindingFixed(Binding binding)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class com.hp.hpl.jena.sparql.engine.binding.BindingWrapped
contains, get, getWrapped, isEmpty, size, toString, vars
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BindingFixed

public BindingFixed(Binding binding)
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class BindingWrapped

hashCode

public int hashCode()
Overrides:
hashCode in class BindingWrapped


Licenced under the Apache License, Version 2.0